X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FOutputCache.pm;h=404c0b675e193a93fb06b08a3dac416bdfbd3fea;hb=8456006f043fdb8be0643d2978f96b987ad149ab;hp=38374e8707216a055fd7cceb14d7ac80ca5ec740;hpb=588f0734817915ab4f5763831e7f4ca45c235ce2;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/OutputCache.pm b/lib/Devel/REPL/Plugin/OutputCache.pm index 38374e8..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 Moose::Role; -use namespace::clean -except => [ 'meta' ]; +use Devel::REPL::Plugin; +use namespace::autoclean; has output_cache => ( is => 'rw',