X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F300_immutable%2F002_apply_roles_to_immutable.t;h=6149a1d11e8677cdfb805669d47601ee2627343f;hb=f02c03d6b01452536d3e3b189438d73cf16568a2;hp=cb86ed0e28bb29cfb528d5d7e5bc710e3153e40e;hpb=52338af51ece740d03abccbf0efb1630cdfd30f3;p=gitmo%2FMoose.git diff --git a/t/300_immutable/002_apply_roles_to_immutable.t b/t/300_immutable/002_apply_roles_to_immutable.t index cb86ed0..6149a1d 100644 --- a/t/300_immutable/002_apply_roles_to_immutable.t +++ b/t/300_immutable/002_apply_roles_to_immutable.t @@ -26,7 +26,7 @@ BEGIN { sub baz { 'Foo::baz' } - make_immutable(debug => 0); + metaclass->make_immutable(debug => 0); } my $foo = Foo->new;