X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FHistory.pm;h=5cbff25b47b1ef2b1f99c9c131778c84c7485556;hp=1c51efbc7d063d2f20e5204cd634124fe3d6ff30;hb=c015ad3bfc3be7f3d1c377b5ce2491ab789e7277;hpb=80fa249ceafd5a1955f4c838dbd16b941b558e58 diff --git a/lib/Devel/REPL/Plugin/History.pm b/lib/Devel/REPL/Plugin/History.pm index 1c51efb..5cbff25 100644 --- a/lib/Devel/REPL/Plugin/History.pm +++ b/lib/Devel/REPL/Plugin/History.pm @@ -1,6 +1,7 @@ package Devel::REPL::Plugin::History; use Moose::Role; +use namespace::clean -except => [ 'meta' ]; has 'history' => ( isa => 'ArrayRef', is => 'rw', required => 1, lazy => 1, @@ -49,3 +50,12 @@ sub history_call { }; 1; + +__END__ + +=head1 NAME + +Devel::REPL::Plugin::History - Keep track of all input, provide shortcuts !1, !-1 + +=cut +