X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCommands.pm;h=04aa22e8d499cedf9b5ea6ede3170ef2a7c02528;hb=9b7bfb6ac233dca407f12db47aa8dda7c9c1d338;hp=645d842817a6e99766d44121020f39699881310b;hpb=deda07fbc838971b06930a8f953928fe9d4786a9;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/Commands.pm b/lib/Devel/REPL/Plugin/Commands.pm index 645d842..04aa22e 100644 --- a/lib/Devel/REPL/Plugin/Commands.pm +++ b/lib/Devel/REPL/Plugin/Commands.pm @@ -3,7 +3,7 @@ package Devel::REPL::Plugin::Commands; use Devel::REPL::Plugin; use Scalar::Util qw(weaken); -use namespace::clean -except => [ 'meta' ]; +use namespace::autoclean; use vars qw($COMMAND_INSTALLER); has 'command_set' => (