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=4960c62af5b0584669a057957995b468217898b0;hp=bd75cb42eb2231366a6eb18db33c0832d811a5b9;hb=5ac988901b5ccbf3b31cdf980534d0c9631d9e4a;hpb=54beb05dd302b5e166bf46c888318527e13375c7 diff --git a/lib/Devel/REPL/Plugin/ReadLineHistory.pm b/lib/Devel/REPL/Plugin/ReadLineHistory.pm index bd75cb4..4960c62 100644 --- a/lib/Devel/REPL/Plugin/ReadLineHistory.pm +++ b/lib/Devel/REPL/Plugin/ReadLineHistory.pm @@ -6,8 +6,9 @@ use strict; use warnings; package Devel::REPL::Plugin::ReadLineHistory; +# ABSTRACT: Integrate history with the facilities provided by L -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 +=pod =head1 DESCRIPTION @@ -112,4 +111,3 @@ L> consistent for expansion wi L support or L. =cut -