made class meta immutable
[catagits/Catalyst-Runtime.git] / lib / Catalyst / IOC / Container.pm
index 1f007a2..22f29b8 100644 (file)
@@ -765,6 +765,8 @@ sub expand_component_module {
     return Devel::InnerPackage::list_packages( $module );
 }
 
+__PACKAGE__->meta->make_immutable;
+
 1;
 
 __END__