increment $VERSION after 1.003027 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Completion.pm
index de8b5fc..3782192 100644 (file)
@@ -1,6 +1,9 @@
 use strict;
 use warnings;
 package Devel::REPL::Plugin::Completion;
+# ABSTRACT: Extensible tab completion
+
+our $VERSION = '1.003028';
 
 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<do_readline_filename_completion> to 1 to enable this feature
 Shawn M Moore, C<< <sartak at gmail dot com> >>
 
 =cut
-