is( Ball->meta->get_method('bounce'), $method_object,
'original method object is preserved' );
- local $TODO = "method seems to be reinitialized" if !$method_meta;
+ 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" );