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%2FMethods.pm;h=40e366228420416b50d44f89ab3b084b6b77ebaf;hp=88afd5e6fc712ef1251cee04cce9088ea023f330;hb=HEAD;hpb=aa8b764738156914d48d182ee0706e4c3d4e5c99 diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm b/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm index 88afd5e..40e3662 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm @@ -1,5 +1,12 @@ +use strict; +use warnings; package Devel::REPL::Plugin::CompletionDriver::Methods; +# ABSTRACT: Complete class or object method names + +our $VERSION = '1.003030'; + use Devel::REPL::Plugin; +use Devel::REPL::Plugin::Completion; # die early if cannot load use namespace::autoclean; sub BEFORE_PLUGIN { @@ -65,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 -