X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FFancyPrompt.pm;h=917eca2130120e8b8896f8639a32fbf43eeed528;hp=557b274c81c2a6429a3754a0a0062f3800355ebe;hb=1716b20061af51ca82cc543f618f19c1e20f2efa;hpb=b21e755170420636ffad424d0634bc68e38956df diff --git a/lib/Devel/REPL/Plugin/FancyPrompt.pm b/lib/Devel/REPL/Plugin/FancyPrompt.pm index 557b274..917eca2 100644 --- a/lib/Devel/REPL/Plugin/FancyPrompt.pm +++ b/lib/Devel/REPL/Plugin/FancyPrompt.pm @@ -1,7 +1,9 @@ +use strict; +use warnings; package Devel::REPL::Plugin::FancyPrompt; -use Moose::Role; -use namespace::clean -except => [ 'meta' ]; +use Devel::REPL::Plugin; +use namespace::autoclean; has 'fancy_prompt' => ( is => 'rw', lazy => 1,