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=3983e77cfa32ab0d8edbb0dbf77c0b85a5f954a0;hb=e2d0b0198529e2e06593df8ebab7a8413bc932e1;hpb=9b7bfb6ac233dca407f12db47aa8dda7c9c1d338 diff --git a/lib/Devel/REPL/Plugin/DumpHistory.pm b/lib/Devel/REPL/Plugin/DumpHistory.pm index 3983e77..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 Devel::REPL::Plugin; -use namespace::autoclean; +use namespace::sweep; ## Seems to be a sequence issue with requires # requires qw{ history };