drop namespace::autoclean
[catagits/Catalyst-Runtime.git] / t / lib / TestAppShowInternalActions.pm
index 250730f..0053388 100644 (file)
@@ -1,6 +1,6 @@
 package TestAppShowInternalActions;
 use Moose;
-use namespace::autoclean;
+use namespace::clean -except => [ 'meta' ];
 
 use Catalyst::Runtime 5.80;