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=957b9c62553f558767ee2e34ae8923a1f23d98df;hp=1e7b40c0c44f6f1fe4b1a0d6d89df9e86c653072;hb=6f4f9516b3422a8ce51b89b596fb808b197f833e;hpb=6a5409bc859187db7d7553e4c19a559aeeba6430 diff --git a/lib/Devel/REPL/Plugin/FancyPrompt.pm b/lib/Devel/REPL/Plugin/FancyPrompt.pm index 1e7b40c..957b9c6 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 Devel::REPL::Plugin; -use namespace::clean -except => [ 'meta' ]; +use namespace::autoclean; has 'fancy_prompt' => ( is => 'rw', lazy => 1, @@ -63,9 +65,6 @@ Devel::REPL::Plugin::FancyPrompt - facilitate user-defined prompts =head1 SYNOPSIS - #!/usr/bin/perl - - use lib './lib'; use Devel::REPL; my $repl = Devel::REPL->new;