actually, why not make the meta method renameable
[gitmo/Class-MOP.git] / t / 049_metaclass_reinitialize.t
index 6cd6fb5..7d8dd50 100644 (file)
@@ -97,7 +97,7 @@ is(Bar->meta->get_attribute('bar')->tset, 'OOF');
 
 {
     package Baz;
-    use metaclass no_meta => 1;
+    use metaclass meta_name => undef;
 
     sub foo {}
     Class::MOP::class_of('Baz')->add_attribute('bar');