From: Dave Rolsky Date: Mon, 16 Mar 2009 18:59:32 +0000 (-0500) Subject: A little more tidying X-Git-Tag: 0.78_02~37 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=467e2a817e2593881e34df8ef08a93e8f2ab9fc0;p=gitmo%2FClass-MOP.git A little more tidying --- diff --git a/t/071_immutable_w_custom_metaclass.t b/t/071_immutable_w_custom_metaclass.t index c47163c..b19320d 100644 --- 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'; } {