Switch everything to autoclean. Add sanity tests to ensure appropriate modern perl...
[catagits/CatalystX-DynamicComponent.git] / lib / DynamicAppDemo / Controller / FakeExample.pm
index d7c2365..213d1c7 100644 (file)
@@ -1,7 +1,6 @@
 package DynamicAppDemo::Controller::FakeExample;
 use Moose;
-use namespace::clean -except => 'meta'; # N.B. namespace clean cest tres important
-                                        #      as this package is introspected, a lot!
+use namespace::autoclean;
 
 BEGIN { extends 'DynamicAppDemo::ControllerBase' }