drop namespace::autoclean
[catagits/Catalyst-Runtime.git] / t / lib / TestPath / Controller / Three.pm
index 09f5a5d..6707ae2 100644 (file)
@@ -1,6 +1,6 @@
 package TestPath::Controller::Three;
 use Moose;
-use namespace::autoclean;
+use namespace::clean -except => [ 'meta' ];
 
 BEGIN { extends 'Catalyst::Controller' }
 
@@ -9,4 +9,4 @@ sub three :Path('') {
     $c->response->body( 'OK' );
 }
 
-__PACKAGE__->meta->make_immutable;
\ No newline at end of file
+__PACKAGE__->meta->make_immutable;