make Catalyst::Engine and Catalyst::Base immutable
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
index 65ef3fe..8386639 100644 (file)
@@ -732,4 +732,6 @@ the same terms as Perl itself.
 
 =cut
 
+__PACKAGE__->meta->make_immutable;
+
 1;