X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FReadLineHistory.pm;h=08b6364b960d1981860a39eb57f98b703aa9819a;hp=bd75cb42eb2231366a6eb18db33c0832d811a5b9;hb=9d2a4940f5958d82828272364ef754e9290b6113;hpb=f109bc790c4450543e3bd07beb3abee5c4b923e0 diff --git a/lib/Devel/REPL/Plugin/ReadLineHistory.pm b/lib/Devel/REPL/Plugin/ReadLineHistory.pm index bd75cb4..08b6364 100644 --- a/lib/Devel/REPL/Plugin/ReadLineHistory.pm +++ b/lib/Devel/REPL/Plugin/ReadLineHistory.pm @@ -6,6 +6,7 @@ use strict; use warnings; package Devel::REPL::Plugin::ReadLineHistory; +# ABSTRACT: Integrate history with the facilities provided by L our $VERSION = '1.003027'; @@ -73,9 +74,7 @@ around 'run' => sub { __END__ -=head1 NAME - -Devel::REPL::Plugin::ReadLineHistory - Integrate history with the facilities provided by L +=pod =head1 DESCRIPTION @@ -112,4 +111,3 @@ L> consistent for expansion wi L support or L. =cut -