readding the __MOP__ key fixes this TODO test
Jesse Luehrs [Mon, 22 Jun 2009 05:38:58 +0000 (00:38 -0500)]
t/100_bugs/024_anon_method_metaclass.t

index 81e6813..b2c5674 100644 (file)
@@ -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'),