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=dcc18377281507e8013ed744c94b58ff29c36d6b;hb=master;hpb=aa8b764738156914d48d182ee0706e4c3d4e5c99 diff --git a/lib/Devel/REPL/Plugin/Completion.pm b/lib/Devel/REPL/Plugin/Completion.pm index dcc1837..0770484 100644 --- a/lib/Devel/REPL/Plugin/Completion.pm +++ b/lib/Devel/REPL/Plugin/Completion.pm @@ -1,4 +1,10 @@ +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'; use PPI; @@ -122,9 +128,7 @@ sub last_ppi_element { __END__ -=head1 NAME - -Devel::REPL::Plugin::Completion - Extensible tab completion +=pod =head1 NOTE @@ -138,4 +142,3 @@ Set the attribute C to 1 to enable this feature Shawn M Moore, C<< >> =cut -