Commit a failing test for components getting config from self. This is a showstopper...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Model.pm
index 896e3ae..f573770 100644 (file)
@@ -5,9 +5,6 @@ extends qw/Catalyst::Component/;
 
 no Moose;
 
-#We can't immutablize anything that ISA Component just yet
-#__PACKAGE__->meta->make_immutable();
-
 =head1 NAME
 
 Catalyst::Model - Catalyst Model base class
@@ -36,4 +33,6 @@ the same terms as Perl itself.
 
 =cut
 
+__PACKAGE__->meta->make_immutable;
+
 1;