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=de8b5fc060e856c53899e729e153bef6a9490bfa;hp=b1b4e99567e019aa7aed12d0b24ffd05d3806d30;hb=6f4f9516b3422a8ce51b89b596fb808b197f833e;hpb=1a00e38d3366bfa83804a7889161f2201f05ed24 diff --git a/lib/Devel/REPL/Plugin/Completion.pm b/lib/Devel/REPL/Plugin/Completion.pm index b1b4e99..de8b5fc 100644 --- a/lib/Devel/REPL/Plugin/Completion.pm +++ b/lib/Devel/REPL/Plugin/Completion.pm @@ -1,8 +1,11 @@ +use strict; +use warnings; 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',