The warning about a class having mutable ancestors has been removed (and was never...
[catagits/Catalyst-Runtime.git] / 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;
     };