X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FHistory.pm;h=d95ff077d7fe0418cd965c244e4782f07092ba17;hb=320b3ad545d61ea7a478021189f33e1d41192cba;hp=1c51efbc7d063d2f20e5204cd634124fe3d6ff30;hpb=80fa249ceafd5a1955f4c838dbd16b941b558e58;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/History.pm b/lib/Devel/REPL/Plugin/History.pm index 1c51efb..d95ff07 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,