removed -except => qw[meta]
Devin Austin [Fri, 17 Jul 2009 01:01:25 +0000 (01:01 +0000)]
lib/Catalyst/Script/FastCGI.pm

index 6cee858..a00cd5d 100644 (file)
@@ -5,7 +5,7 @@ use FindBin qw/$Bin/;
 use lib "$Bin/../lib";
 use Pod::Usage;
 use Moose;
-use namespace::autoclean -except => [ qw(meta) ];
+use namespace::autoclean;
 
 with 'MooseX::Getopt';