X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FOutputCache.pm;h=79bf4e669037d21b2bad18752b5594b99c66812b;hb=afc8677b078de3f125147caf731bd298c8b6d04e;hp=f1052e114470386a2e9366975b7db9e1f9130e4b;hpb=6a5409bc859187db7d7553e4c19a559aeeba6430;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/OutputCache.pm b/lib/Devel/REPL/Plugin/OutputCache.pm index f1052e1..79bf4e6 100644 --- a/lib/Devel/REPL/Plugin/OutputCache.pm +++ b/lib/Devel/REPL/Plugin/OutputCache.pm @@ -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',