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=0770484d9251c62ee55dca4a5cabea7c7dec1f01;hp=de8b5fc060e856c53899e729e153bef6a9490bfa;hb=master;hpb=1716b20061af51ca82cc543f618f19c1e20f2efa diff --git a/lib/Devel/REPL/Plugin/Completion.pm b/lib/Devel/REPL/Plugin/Completion.pm index de8b5fc..0770484 100644 --- a/lib/Devel/REPL/Plugin/Completion.pm +++ b/lib/Devel/REPL/Plugin/Completion.pm @@ -1,6 +1,9 @@ use strict; use warnings; package Devel::REPL::Plugin::Completion; +# ABSTRACT: Extensible tab completion + +our $VERSION = '1.003030'; use Devel::REPL::Plugin; use Scalar::Util 'weaken'; @@ -125,9 +128,7 @@ sub last_ppi_element { __END__ -=head1 NAME - -Devel::REPL::Plugin::Completion - Extensible tab completion +=pod =head1 NOTE @@ -141,4 +142,3 @@ Set the attribute C to 1 to enable this feature Shawn M Moore, C<< >> =cut -