From: Matt S Trout Date: Sat, 13 Sep 2008 15:39:29 +0000 (+0000) Subject: move no Moose to end of file X-Git-Tag: 5.8000_03~57 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=213cf5bba2c5d308357e07a6041fc01a9519b6e2 move no Moose to end of file --- diff --git a/lib/Catalyst/Component.pm b/lib/Catalyst/Component.pm index 176769c..632f543 100644 --- a/lib/Catalyst/Component.pm +++ b/lib/Catalyst/Component.pm @@ -68,8 +68,6 @@ sub BUILDARGS { return $args; } -no Moose; - sub COMPONENT { my ( $self, $c ) = @_; @@ -120,6 +118,7 @@ sub process { . " did not override Catalyst::Component::process" ); } +no Moose; __PACKAGE__->meta->make_immutable; 1;