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;fp=lib%2FDevel%2FREPL%2FPlugin%2FHistory.pm;h=d95ff077d7fe0418cd965c244e4782f07092ba17;hp=1c51efbc7d063d2f20e5204cd634124fe3d6ff30;hb=48ddfeae8a9840b39113a97c4889bfe210509cdd;hpb=f254750a4425f47eca1923f7e44b3b53b3c71104 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,