more tests and the constructor stuff as well
[gitmo/Moose.git] / t / 060_compat / 003_foreign_inheritence.t
index f16ab06..81b2b0f 100644 (file)
@@ -35,7 +35,7 @@ BEGIN {
                return $class->meta->new_object('__INSTANCE__' => $super, @_);
        }
        
-       __PACKAGE__->meta->make_immutable(debug => 0);
+       make_immutable(debug => 0);
 
     package Bucket;
     use metaclass 'Class::MOP::Class';