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;fp=lib%2FDevel%2FREPL%2FPlugin%2FReadLineHistory.pm;h=1830395343b9e52e32638a375b4e5c46c204807b;hp=f3f46bc2e5bf61484b360f7ce58c1e18317db868;hb=6a5409bc859187db7d7553e4c19a559aeeba6430;hpb=c015ad3bfc3be7f3d1c377b5ce2491ab789e7277 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");