X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FDumpHistory.pm;h=e9b8ff88745f8af70e8b2362c319705d051e7e3f;hp=71bcd7c11ea126f45f033d49a306f07c7285eb60;hb=e2d0b0198529e2e06593df8ebab7a8413bc932e1;hpb=a2532f4673020dcde0245441fd98d51a0692bbd1 diff --git a/lib/Devel/REPL/Plugin/DumpHistory.pm b/lib/Devel/REPL/Plugin/DumpHistory.pm index 71bcd7c..e9b8ff8 100644 --- a/lib/Devel/REPL/Plugin/DumpHistory.pm +++ b/lib/Devel/REPL/Plugin/DumpHistory.pm @@ -1,7 +1,7 @@ package Devel::REPL::Plugin::DumpHistory; -use Moose::Role; -use namespace::clean -except => [ 'meta' ]; +use Devel::REPL::Plugin; +use namespace::sweep; ## Seems to be a sequence issue with requires # requires qw{ history };