spelling fixes - RT#87691
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / OutputCache.pm
index 38374e8..79bf4e6 100644 (file)
@@ -1,7 +1,9 @@
+use strict;
+use warnings;
 package Devel::REPL::Plugin::OutputCache;
 
-use Moose::Role;
-use namespace::clean -except => [ 'meta' ];
+use Devel::REPL::Plugin;
+use namespace::autoclean;
 
 has output_cache => (
     is      => 'rw',