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=557b274c81c2a6429a3754a0a0062f3800355ebe;hb=6f4f9516b3422a8ce51b89b596fb808b197f833e;hpb=b21e755170420636ffad424d0634bc68e38956df diff --git a/lib/Devel/REPL/Plugin/FancyPrompt.pm b/lib/Devel/REPL/Plugin/FancyPrompt.pm index 557b274..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 Moose::Role; -use namespace::clean -except => [ 'meta' ]; +use Devel::REPL::Plugin; +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;