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=88afd5e6fc712ef1251cee04cce9088ea023f330;hpb=aa8b764738156914d48d182ee0706e4c3d4e5c99;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm b/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm index 88afd5e..05eef00 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.003027'; + 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 -