X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FOutputCache.pm;h=404c0b675e193a93fb06b08a3dac416bdfbd3fea;hp=f1052e114470386a2e9366975b7db9e1f9130e4b;hb=b595a818b1d89dbea55ace1af86d0df91c97ba0c;hpb=6a5409bc859187db7d7553e4c19a559aeeba6430 diff --git a/lib/Devel/REPL/Plugin/OutputCache.pm b/lib/Devel/REPL/Plugin/OutputCache.pm index f1052e1..404c0b6 100644 --- a/lib/Devel/REPL/Plugin/OutputCache.pm +++ b/lib/Devel/REPL/Plugin/OutputCache.pm @@ -1,7 +1,7 @@ package Devel::REPL::Plugin::OutputCache; use Devel::REPL::Plugin; -use namespace::clean -except => [ 'meta' ]; +use namespace::autoclean; has output_cache => ( is => 'rw',