X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCompletion.pm;h=dcc18377281507e8013ed744c94b58ff29c36d6b;hp=b1b4e99567e019aa7aed12d0b24ffd05d3806d30;hb=aa8b764738156914d48d182ee0706e4c3d4e5c99;hpb=28b7103538e1b830808da8d064dd5930db815610 diff --git a/lib/Devel/REPL/Plugin/Completion.pm b/lib/Devel/REPL/Plugin/Completion.pm index b1b4e99..dcc1837 100644 --- a/lib/Devel/REPL/Plugin/Completion.pm +++ b/lib/Devel/REPL/Plugin/Completion.pm @@ -2,7 +2,7 @@ package Devel::REPL::Plugin::Completion; use Devel::REPL::Plugin; use Scalar::Util 'weaken'; use PPI; -use namespace::clean -except => [ 'meta' ]; +use namespace::autoclean; has current_matches => ( is => 'rw',