X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCompletionDriver%2FMethods.pm;h=05eef000edeb06348335a83a086c4fee950ea27b;hb=796cd7ec80de14e45ca8221d545aceb7b9bc0b71;hp=fa854bdf5cad453c221531dc9b982899c38040c1;hpb=1716b20061af51ca82cc543f618f19c1e20f2efa;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm b/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm index fa854bd..05eef00 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm @@ -1,7 +1,12 @@ use strict; use warnings; package Devel::REPL::Plugin::CompletionDriver::Methods; +# ABSTRACT: Complete class or object method names + +our $VERSION = '1.003027'; + use Devel::REPL::Plugin; +use Devel::REPL::Plugin::Completion; # die early if cannot load use namespace::autoclean; sub BEFORE_PLUGIN { @@ -67,13 +72,10 @@ around complete => sub { __END__ -=head1 NAME - -Devel::REPL::Plugin::CompletionDriver::Methods - Complete class or object method names +=pod =head1 AUTHOR Shawn M Moore, C<< >> =cut -