X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCommands.pm;fp=lib%2FDevel%2FREPL%2FPlugin%2FCommands.pm;h=04aa22e8d499cedf9b5ea6ede3170ef2a7c02528;hp=645d842817a6e99766d44121020f39699881310b;hb=aa8b764738156914d48d182ee0706e4c3d4e5c99;hpb=28b7103538e1b830808da8d064dd5930db815610 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' => (