X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FDumpHistory.pm;h=3983e77cfa32ab0d8edbb0dbf77c0b85a5f954a0;hb=9b7bfb6ac233dca407f12db47aa8dda7c9c1d338;hp=71bcd7c11ea126f45f033d49a306f07c7285eb60;hpb=a2532f4673020dcde0245441fd98d51a0692bbd1;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/DumpHistory.pm b/lib/Devel/REPL/Plugin/DumpHistory.pm index 71bcd7c..3983e77 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::autoclean; ## Seems to be a sequence issue with requires # requires qw{ history };