move no Moose to end of file
Matt S Trout [Sat, 13 Sep 2008 15:39:29 +0000 (15:39 +0000)]
lib/Catalyst/Component.pm

index 176769c..632f543 100644 (file)
@@ -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;