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=f3f46bc2e5bf61484b360f7ce58c1e18317db868;hpb=cfd1094b45c394258ccda08216f1435bf40e1d50;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/ReadLineHistory.pm b/lib/Devel/REPL/Plugin/ReadLineHistory.pm index f3f46bc..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");