added namespace::autoclean to all the helper classes
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / CGI.pm
index c894c73..48e1d43 100644 (file)
@@ -6,7 +6,7 @@ use FindBin qw/$Bin/;
 use lib "$Bin/../lib";
 use Pod::Usage;
 use Moose;
-use namespace::clean -except => [ qw(meta) ];
+use namespace::autoclean -except => [ qw(meta) ];
 
 with 'MooseX::Getopt';