increment $VERSION after 1.003027 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Completion.pm
index dcc1837..3782192 100644 (file)
@@ -1,4 +1,10 @@
+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';
 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<do_readline_filename_completion> to 1 to enable this feature
 Shawn M Moore, C<< <sartak at gmail dot com> >>
 
 =cut
-