more tests and the constructor stuff as well
[gitmo/Moose.git] / t / 000_recipes / 005_recipe.t
index 7ea0371..f44acc8 100644 (file)
@@ -62,7 +62,7 @@ BEGIN {
            default => sub { HTTP::Headers->new } 
     );
     
-    __PACKAGE__->meta->make_immutable(debug => 0);
+    make_immutable(debug => 0);
 }
 
 my $r = Request->new;