X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCompletion.pm;h=df99995768855a4e40ef496ea031087b68f7ad72;hp=17e391a7b84e17a44a990a2cd9b49700905e9ed6;hb=9d2a4940f5958d82828272364ef754e9290b6113;hpb=f109bc790c4450543e3bd07beb3abee5c4b923e0 diff --git a/lib/Devel/REPL/Plugin/Completion.pm b/lib/Devel/REPL/Plugin/Completion.pm index 17e391a..df99995 100644 --- a/lib/Devel/REPL/Plugin/Completion.pm +++ b/lib/Devel/REPL/Plugin/Completion.pm @@ -1,6 +1,7 @@ use strict; use warnings; package Devel::REPL::Plugin::Completion; +# ABSTRACT: Extensible tab completion our $VERSION = '1.003027'; @@ -127,9 +128,7 @@ sub last_ppi_element { __END__ -=head1 NAME - -Devel::REPL::Plugin::Completion - Extensible tab completion +=pod =head1 NOTE @@ -143,4 +142,3 @@ Set the attribute C to 1 to enable this feature Shawn M Moore, C<< >> =cut -