X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FOutputCache.pm;h=79bf4e669037d21b2bad18752b5594b99c66812b;hb=0e0d2539048eade7dfa30fff6f1ad5b7e90bbf70;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..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 Moose::Role; -use namespace::clean -except => [ 'meta' ]; +use Devel::REPL::Plugin; +use namespace::autoclean; has output_cache => ( is => 'rw',