drop namespace::autoclean
[catagits/Catalyst-Runtime.git] / t / lib / Catalyst / ActionRole / Zoo.pm
index d4f0c9f..79ab0d6 100644 (file)
@@ -1,8 +1,7 @@
 package Catalyst::ActionRole::Zoo;
 
 use Moose::Role;
-
-use namespace::autoclean;
+use namespace::clean -except => [ 'meta' ];
 
 after execute => sub {
     my ($self, $controller, $c) = @_;