The warning about a class having mutable ancestors has been removed (and was never...
Dave Rolsky [Mon, 14 Sep 2009 18:37:25 +0000 (18:37 +0000)]
lib/Catalyst.pm

index 6217392..0f4f0ff 100644 (file)
@@ -1139,7 +1139,6 @@ EOF
         }
         $meta->make_immutable(
             replace_constructor => 1,
-            allow_mutable_ancestors => 1,
         ) unless $meta->is_immutable;
     };