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=3fb9c9db2a50fe9f129b936a870bfe1e0a61bb84;hb=5ac988901b5ccbf3b31cdf980534d0c9631d9e4a;hpb=1d6c2dbc8cd96877b4f8df5698b6ff18d2fddac8 diff --git a/lib/Devel/REPL/Plugin/ReadLineHistory.pm b/lib/Devel/REPL/Plugin/ReadLineHistory.pm index 3fb9c9d..4960c62 100644 --- a/lib/Devel/REPL/Plugin/ReadLineHistory.pm +++ b/lib/Devel/REPL/Plugin/ReadLineHistory.pm @@ -6,6 +6,9 @@ use strict; use warnings; package Devel::REPL::Plugin::ReadLineHistory; +# ABSTRACT: Integrate history with the facilities provided by L + +our $VERSION = '1.003028'; use Devel::REPL::Plugin; use File::HomeDir; @@ -71,9 +74,7 @@ around 'run' => sub { __END__ -=head1 NAME - -Devel::REPL::Plugin::ReadLineHistory - Integrate history with the facilities provided by L +=pod =head1 DESCRIPTION @@ -110,4 +111,3 @@ L> consistent for expansion wi L support or L. =cut -