add use strict; use warnings to modules, just to be sure
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / OutputCache.pm
index f1052e1..79bf4e6 100644 (file)
@@ -1,7 +1,9 @@
+use strict;
+use warnings;
 package Devel::REPL::Plugin::OutputCache;
 
 use Devel::REPL::Plugin;
-use namespace::clean -except => [ 'meta' ];
+use namespace::autoclean;
 
 has output_cache => (
     is      => 'rw',