X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FHistory.pm;h=e3de1529b309068a369aba810b2fa862104b0bfc;hb=381b5fa4aeb39bf3e3eaa79eba2cee383422b273;hp=d95ff077d7fe0418cd965c244e4782f07092ba17;hpb=48ddfeae8a9840b39113a97c4889bfe210509cdd;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/History.pm b/lib/Devel/REPL/Plugin/History.pm index d95ff07..e3de152 100644 --- a/lib/Devel/REPL/Plugin/History.pm +++ b/lib/Devel/REPL/Plugin/History.pm @@ -1,6 +1,6 @@ package Devel::REPL::Plugin::History; -use Moose::Role; +use Devel::REPL::Plugin; use namespace::clean -except => [ 'meta' ]; has 'history' => ( @@ -50,3 +50,12 @@ sub history_call { }; 1; + +__END__ + +=head1 NAME + +Devel::REPL::Plugin::History - Keep track of all input, provide shortcuts !1, !-1 + +=cut +