fix for prototype undecl issue when type constraint utils loaded before consumers...
[gitmo/Moose.git] / t / 006_recipe.t
index 5251f29..5b8f9d2 100644 (file)
@@ -80,6 +80,8 @@ BEGIN {
         my $self = shift;
         sprintf '$%0.2f USD' => $self->amount
     }
+    
+    __PACKAGE__->meta->make_immutable(debug => 0);
 }
 
 ok(US::Currency->does('Comparable'), '... US::Currency does Comparable');