r63228@onn: sartak | 2008-06-25 05:01:43 -0400
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / ReadLineHistory.pm
index 051e37d..1830395 100644 (file)
@@ -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<Term::ReadLine>
+
+=cut
+