X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FPeek.pm;h=5988b159a06f6a3fc96e02f2994b4c51d14e3da1;hp=c8a871f70228992c0d81eaeadc416ad12a916565;hb=moo;hpb=9b7bfb6ac233dca407f12db47aa8dda7c9c1d338 diff --git a/lib/Devel/REPL/Plugin/Peek.pm b/lib/Devel/REPL/Plugin/Peek.pm index c8a871f..5988b15 100644 --- a/lib/Devel/REPL/Plugin/Peek.pm +++ b/lib/Devel/REPL/Plugin/Peek.pm @@ -5,7 +5,7 @@ use Devel::REPL::Plugin; use Devel::Peek qw(Dump); -use namespace::autoclean; +use namespace::sweep; sub BEFORE_PLUGIN { my $self = shift;