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=6a50e7fe49b687a1196bcd7e36aab265041f021b;hb=5ac988901b5ccbf3b31cdf980534d0c9631d9e4a;hpb=8d5343b5f1fb9e3b33d1d36e96aabc94e29a822b diff --git a/lib/Devel/REPL/Plugin/ReadLineHistory.pm b/lib/Devel/REPL/Plugin/ReadLineHistory.pm index 6a50e7f..4960c62 100644 --- a/lib/Devel/REPL/Plugin/ReadLineHistory.pm +++ b/lib/Devel/REPL/Plugin/ReadLineHistory.pm @@ -6,10 +6,14 @@ 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; use File::Spec; +use namespace::autoclean; my $hist_file = $ENV{PERLREPL_HISTFILE} || File::Spec->catfile(File::HomeDir->my_home, '.perlreplhist'); @@ -70,9 +74,7 @@ around 'run' => sub { __END__ -=head1 NAME - -Devel::REPL::Plugin::ReadLineHistory - Integrate history with the facilities provided by L +=pod =head1 DESCRIPTION @@ -109,4 +111,3 @@ L> consistent for expansion wi L support or L. =cut -