X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCompletionDriver%2FINC.pm;h=d1aa4b3e8a783b2a40fd91713622d0a1d6b6cb08;hp=a47bc96c376400b67f40bd90d85efe9f05a9ae7d;hb=6631e15ccd2313ff350fd9bfa44c1ccdbac77100;hpb=cfd1094b45c394258ccda08216f1435bf40e1d50 diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm index a47bc96..d1aa4b3 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm @@ -4,6 +4,10 @@ use File::Next; use File::Spec; use namespace::clean -except => [ 'meta' ]; +with qw( + Devel::REPL::Plugin::Completion +); + around complete => sub { my $orig = shift; my ($self, $text, $document) = @_; @@ -121,5 +125,9 @@ __END__ Devel::REPL::Plugin::CompletionDriver::INC - Complete module names in use and require +=head1 AUTHOR + +Shawn M Moore, C<< >> + =cut