Really make the strict constructor work after immutabilization.
[gitmo/MooseX-StrictConstructor.git] / t / basic.t
index cb0fec7..9c26f8d 100644 (file)
--- a/t/basic.t
+++ b/t/basic.t
@@ -71,6 +71,9 @@ use Test::More tests => 9;
 
         delete $params->{spy};
     }
+
+    no Moose;
+    __PACKAGE__->meta()->make_immutable();
 }