Switch everything to autoclean. Add sanity tests to ensure appropriate modern perl...
[catagits/CatalystX-DynamicComponent.git] / lib / DynamicAppDemo / ControllerBase.pm
index 7b071d7..5075b3a 100644 (file)
@@ -1,7 +1,7 @@
 package DynamicAppDemo::ControllerBase;
 use Moose;
 use Moose::Util qw/find_meta/;
-use namespace::clean -except => 'meta';
+use namespace::autoclean;
 
 # You need attributes still for _DISPATCH and friends.
 BEGIN { extends 'Catalyst::Controller' }