increment $VERSION after 1.003029 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / FindVariable.pm
index e4a1680..91df2fb 100644 (file)
@@ -1,8 +1,9 @@
 use strict;
 use warnings;
 package Devel::REPL::Plugin::FindVariable;
+# ABSTRACT: Finds variables by name
 
-our $VERSION = '1.003027';
+our $VERSION = '1.003030';
 
 use Devel::REPL::Plugin;
 use namespace::autoclean;
@@ -36,13 +37,10 @@ sub find_variable {
 
 __END__
 
-=head1 NAME
-
-Devel::REPL::Plugin::FindVariable - Finds variables by name
+=pod
 
 =head1 AUTHOR
 
 Shawn M Moore, C<< <sartak at gmail dot com> >>
 
 =cut
-