X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F001_mouse%2F813-compatibility-get_method_list.t;h=4b5b124b18d136e4492110fba93c26f947d51269;hp=1484384cffb24e14962ebdf065c51f73e228fefd;hb=7fc1f782a03cad730507528abb9707a107b8eba8;hpb=6423ed47a3392af0da9cd37ac8519583e51feb27 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;