Commit a failing test for components getting config from self. This is a showstopper...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Model.pm
index deb2d24..f573770 100644 (file)
@@ -4,7 +4,6 @@ use Moose;
 extends qw/Catalyst::Component/;
 
 no Moose;
-__PACKAGE__->meta->make_immutable();
 
 =head1 NAME
 
@@ -34,4 +33,6 @@ the same terms as Perl itself.
 
 =cut
 
+__PACKAGE__->meta->make_immutable;
+
 1;