Change inline_constructor => 0
[gitmo/Mouse.git] / t / 001_mouse / 813-compatibility-get_method_list.t
index 4b5b124..1484384 100644 (file)
@@ -15,7 +15,7 @@ use Test::More tests => 6;
     use Mouse;
     sub foo { }
     no Mouse;
-    __PACKAGE__->meta->make_immutable();
+    __PACKAGE__->meta->make_immutable(inline_constructor => 1);
 }
 {
     package MouseRole;