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=1484384cffb24e14962ebdf065c51f73e228fefd;hb=6423ed47a3392af0da9cd37ac8519583e51feb27;hp=4b5b124b18d136e4492110fba93c26f947d51269;hpb=4e7e3250fdc8eeccfd656270b40f6aa9817da9a9;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 4b5b124..1484384 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(); + __PACKAGE__->meta->make_immutable(inline_constructor => 1); } { package MouseRole;