increment $VERSION after 1.003027 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / ReadLineHistory.pm
index bd75cb4..4960c62 100644 (file)
@@ -6,8 +6,9 @@
 use strict;
 use warnings;
 package Devel::REPL::Plugin::ReadLineHistory;
+# ABSTRACT: Integrate history with the facilities provided by L<Term::ReadLine>
 
-our $VERSION = '1.003027';
+our $VERSION = '1.003028';
 
 use Devel::REPL::Plugin;
 use File::HomeDir;
@@ -73,9 +74,7 @@ around 'run' => sub {
 
 __END__
 
-=head1 NAME
-
-Devel::REPL::Plugin::ReadLineHistory - Integrate history with the facilities provided by L<Term::ReadLine>
+=pod
 
 =head1 DESCRIPTION
 
@@ -112,4 +111,3 @@ L<ReadLineHistory|Devel::REPL::Plugin::ReadHistory>> consistent for expansion wi
 L<Term::ReadLine::Gnu> support or L<Term::ReadLine::Perl>.
 
 =cut
-