fasterized
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / FastCGI.pm
index 289ad63..9ef4f63 100644 (file)
@@ -5,7 +5,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';