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=37821922892fa6c27432230726168f29688ec568;hp=17e391a7b84e17a44a990a2cd9b49700905e9ed6;hb=5ac988901b5ccbf3b31cdf980534d0c9631d9e4a;hpb=54beb05dd302b5e166bf46c888318527e13375c7 diff --git a/lib/Devel/REPL/Plugin/Completion.pm b/lib/Devel/REPL/Plugin/Completion.pm index 17e391a..3782192 100644 --- a/lib/Devel/REPL/Plugin/Completion.pm +++ b/lib/Devel/REPL/Plugin/Completion.pm @@ -1,8 +1,9 @@ use strict; use warnings; package Devel::REPL::Plugin::Completion; +# ABSTRACT: Extensible tab completion -our $VERSION = '1.003027'; +our $VERSION = '1.003028'; use Devel::REPL::Plugin; use Scalar::Util 'weaken'; @@ -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 -