X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FFancyPrompt.pm;h=ce0225a70c71351d3c0715c2e113f206e8d670cf;hb=2c1cf68730092df9d48a6115d03be122b0c3ba55;hp=1e7b40c0c44f6f1fe4b1a0d6d89df9e86c653072;hpb=6a5409bc859187db7d7553e4c19a559aeeba6430;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/FancyPrompt.pm b/lib/Devel/REPL/Plugin/FancyPrompt.pm index 1e7b40c..ce0225a 100644 --- a/lib/Devel/REPL/Plugin/FancyPrompt.pm +++ b/lib/Devel/REPL/Plugin/FancyPrompt.pm @@ -1,7 +1,7 @@ package Devel::REPL::Plugin::FancyPrompt; use Devel::REPL::Plugin; -use namespace::clean -except => [ 'meta' ]; +use namespace::autoclean; has 'fancy_prompt' => ( is => 'rw', lazy => 1,