don't need -except => [ qw(meta) ] with autoclean
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / CGI.pm
index 609df55..4608a7c 100644 (file)
@@ -6,7 +6,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';