X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCompletionDriver%2FMethods.pm;h=4566b51946e9bc297de325cfa858b742b46cd21d;hb=839614c75c856e2d386fd0c5a0e832142fab5387;hp=aa09f0e9083e043f435696bdcdca744465ffcb55;hpb=cfd1094b45c394258ccda08216f1435bf40e1d50;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm b/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm index aa09f0e..4566b51 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm @@ -2,7 +2,10 @@ package Devel::REPL::Plugin::CompletionDriver::Methods; use Devel::REPL::Plugin; use namespace::clean -except => [ 'meta' ]; -with 'Devel::REPL::Plugin::FindVariable'; +with qw( + Devel::REPL::Plugin::Completion + Devel::REPL::Plugin::FindVariable +); around complete => sub { my $orig = shift; @@ -64,5 +67,9 @@ __END__ Devel::REPL::Plugin::CompletionDriver::Methods - Complete class or object method names +=head1 AUTHOR + +Shawn M Moore, C<< >> + =cut