r61340@onn: sartak | 2008-05-31 12:17:19 -0400
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / CompletionDriver / Methods.pm
index aa09f0e..4566b51 100644 (file)
@@ -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<< <sartak at gmail dot com> >>
+
 =cut