X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F001_mouse%2F813-compatibility-get_method_list.t;fp=t%2F001_mouse%2F813-compatibility-get_method_list.t;h=4b5b124b18d136e4492110fba93c26f947d51269;hb=7efbc77d922079f81c55e2f1535f222979fe1d96;hp=1484384cffb24e14962ebdf065c51f73e228fefd;hpb=074a414dea92037837ef040f5b0c0e75d0c075a0;p=gitmo%2FMouse.git diff --git a/t/001_mouse/813-compatibility-get_method_list.t b/t/001_mouse/813-compatibility-get_method_list.t index 1484384..4b5b124 100644 --- a/t/001_mouse/813-compatibility-get_method_list.t +++ b/t/001_mouse/813-compatibility-get_method_list.t @@ -15,7 +15,7 @@ use Test::More tests => 6; use Mouse; sub foo { } no Mouse; - __PACKAGE__->meta->make_immutable(inline_constructor => 1); + __PACKAGE__->meta->make_immutable(); } { package MouseRole;