X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FReadLineHistory.pm;h=1830395343b9e52e32638a375b4e5c46c204807b;hb=ce00c3c0a40bb8b788d36d85bdbba43d05523b9a;hp=051e37d563331e93cf1eff8a7657b0b8a538e853;hpb=9d03fe0437b57edb434fa6a6f8bfee8723f58379;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/ReadLineHistory.pm b/lib/Devel/REPL/Plugin/ReadLineHistory.pm index 051e37d..1830395 100644 --- a/lib/Devel/REPL/Plugin/ReadLineHistory.pm +++ b/lib/Devel/REPL/Plugin/ReadLineHistory.pm @@ -5,7 +5,7 @@ package Devel::REPL::Plugin::ReadLineHistory; -use Moose::Role; +use Devel::REPL::Plugin; my $hist_file=$ENV{PERLREPL_HISTFILE} || (($ENV{HOME} || (getpwuid($<))[7]) . "/.perlreplhist"); @@ -27,3 +27,11 @@ around 'run' => sub { 1; +__END__ + +=head1 NAME + +Devel::REPL::Plugin::ReadLineHistory - Integrate history with the facilities provided by L + +=cut +