From: Dave Rolsky Date: Fri, 11 Sep 2009 02:06:47 +0000 (-0500) Subject: Fixed a warning from the next Moose X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5a442e8925dd96677997d145b22e491f5fc8f617;hp=b2f5939f4fb0c5a308aeb8659990fc9fbf895acc;p=gitmo%2FMooseX-InsideOut.git Fixed a warning from the next Moose --- diff --git a/t/sub.t b/t/sub.t index 7826411..cfcaf92 100644 --- a/t/sub.t +++ b/t/sub.t @@ -41,6 +41,7 @@ for my $c (@classes) { # diag Dumper($obj); $sub->meta->make_immutable( + allow_mutable_ancestors => 1, inline_constructor => ($c ne 'Hash' and $c ne 'Array') ), redo if $sub->meta->is_mutable; }