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=3fb9c9db2a50fe9f129b936a870bfe1e0a61bb84;hp=81998597e52e803442d5484a8b27586d8c769e8a;hb=1d6c2dbc8cd96877b4f8df5698b6ff18d2fddac8;hpb=1716b20061af51ca82cc543f618f19c1e20f2efa diff --git a/lib/Devel/REPL/Plugin/ReadLineHistory.pm b/lib/Devel/REPL/Plugin/ReadLineHistory.pm index 8199859..3fb9c9d 100644 --- a/lib/Devel/REPL/Plugin/ReadLineHistory.pm +++ b/lib/Devel/REPL/Plugin/ReadLineHistory.pm @@ -10,6 +10,7 @@ package Devel::REPL::Plugin::ReadLineHistory; 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'); @@ -101,12 +102,12 @@ and to disable history expansion from GNU readline/history do =head1 CONFLICTS -Note that Term::ReadLine::Perl does not support a history +Note that L does not support a history expansion method. In that case, you may wish to use the -Devel::REPL History plugin which provides similar functions. -Work is underway to make use of either History or -ReadLineHistory consistent for expansion with either the -Term::ReadLine::Gnu support or Term::ReadLine::Perl. +L which provides similar functions. +Work is underway to make use of either L or +L> consistent for expansion with either the +L support or L. =cut