projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
06a88db
)
Fix tests after bootstrap change
Scott McWhirter [Thu, 25 Jun 2009 22:06:39 +0000 (23:06 +0100)]
t/014_attribute_introspection.t
patch
|
blob
|
blame
|
history
diff --git
a/t/014_attribute_introspection.t
b/t/014_attribute_introspection.t
index
7bf72a5
..
9c5ab3a
100644
(file)
--- a/
t/014_attribute_introspection.t
+++ b/
t/014_attribute_introspection.t
@@
-1,7
+1,7
@@
use strict;
use warnings;
-use Test::More tests => 71;
+use Test::More tests => 72;
use Test::Exception;
use Class::MOP;
@@
-76,6
+76,7
@@
use Class::MOP;
}
my @attributes = (
+ 'lazy',
'name',
'accessor',
'reader',