From: Jesse Luehrs Date: Mon, 22 Jun 2009 05:38:58 +0000 (-0500) Subject: readding the __MOP__ key fixes this TODO test X-Git-Tag: 0.83~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a8441cc102ae3327ea05877c19da14317fa32d1;p=gitmo%2FMoose.git readding the __MOP__ key fixes this TODO test --- diff --git a/t/100_bugs/024_anon_method_metaclass.t b/t/100_bugs/024_anon_method_metaclass.t index 81e6813..b2c5674 100644 --- a/t/100_bugs/024_anon_method_metaclass.t +++ b/t/100_bugs/024_anon_method_metaclass.t @@ -39,8 +39,6 @@ for ( 1, 2 ) { is( Ball->meta->get_method('bounce'), $method_object, 'original method object is preserved' ); - local $TODO = "method metaclass seems to be reinitialized" if !$method_meta; - is( Ball->meta->get_method('bounce')->meta . '', $original_meta, "method's metaclass still exists" ); ok( Ball->meta->get_method('bounce')->meta->does_role('Arbitrary::Roll'),