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;fp=lib%2FDevel%2FREPL%2FPlugin%2FDumpHistory.pm;h=3983e77cfa32ab0d8edbb0dbf77c0b85a5f954a0;hp=ed6e42ba1b718fb3a0bcc77754e48792742d3734;hb=aa8b764738156914d48d182ee0706e4c3d4e5c99;hpb=28b7103538e1b830808da8d064dd5930db815610 diff --git a/lib/Devel/REPL/Plugin/DumpHistory.pm b/lib/Devel/REPL/Plugin/DumpHistory.pm index ed6e42b..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 Devel::REPL::Plugin; -use namespace::clean -except => [ 'meta' ]; +use namespace::autoclean; ## Seems to be a sequence issue with requires # requires qw{ history };