X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=e5b1882fd6ebbf8c6f520b332eedd9b959820afa;hb=1be0c4f8966328b3d90c5ebf82f924d97a15dfd9;hp=6217392fdd129a9b97b4d1880a2ade734017c340;hpb=12c48597ae0cdb0de21d38feadaaa9ff0504104c;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6217392..e5b1882 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80012'; +our $VERSION = '5.80013'; { my $dev_version = $VERSION =~ /_\d{2}$/; @@ -1139,7 +1139,6 @@ EOF } $meta->make_immutable( replace_constructor => 1, - allow_mutable_ancestors => 1, ) unless $meta->is_immutable; };