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=f1052e114470386a2e9366975b7db9e1f9130e4b;hp=38374e8707216a055fd7cceb14d7ac80ca5ec740;hb=6a5409bc859187db7d7553e4c19a559aeeba6430;hpb=c015ad3bfc3be7f3d1c377b5ce2491ab789e7277 diff --git a/lib/Devel/REPL/Plugin/OutputCache.pm b/lib/Devel/REPL/Plugin/OutputCache.pm index 38374e8..f1052e1 100644 --- a/lib/Devel/REPL/Plugin/OutputCache.pm +++ b/lib/Devel/REPL/Plugin/OutputCache.pm @@ -1,6 +1,6 @@ package Devel::REPL::Plugin::OutputCache; -use Moose::Role; +use Devel::REPL::Plugin; use namespace::clean -except => [ 'meta' ]; has output_cache => (