projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
da76353
)
A little more tidying
Dave Rolsky [Mon, 16 Mar 2009 18:59:32 +0000 (13:59 -0500)]
t/071_immutable_w_custom_metaclass.t
patch
|
blob
|
blame
|
history
diff --git
a/t/071_immutable_w_custom_metaclass.t
b/t/071_immutable_w_custom_metaclass.t
index
c47163c
..
b19320d
100644
(file)
--- a/
t/071_immutable_w_custom_metaclass.t
+++ b/
t/071_immutable_w_custom_metaclass.t
@@
-40,8
+40,8
@@
use lib catdir( $FindBin::Bin, 'lib' );
shift->meta->mymetaclass_attributes;
}
- ::lives_ok{ Baz->meta->superclasses('Bar');
- } '... we survive the metaclass incompatibility test';
+ ::lives_ok{ Baz->meta->superclasses('Bar') }
+ '... we survive the metaclass incompatibility test';
}
{