X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FEngine.pm;h=83866391e252e6063a6b31bda31ffd42d308204e;hb=58f86b1ae1c33c993cd311dcd04148dd0a70610c;hp=65ef3fe82039088acea1e31f9eeb8eae8d88f68e;hpb=11e7af55dda3f3acd9ab3b484b54180f76b253df;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index 65ef3fe..8386639 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -732,4 +732,6 @@ the same terms as Perl itself. =cut +__PACKAGE__->meta->make_immutable; + 1;