X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FColors.pm;h=5d209c7ad176d328adbf25eae3b6105b9d1e60b6;hb=8d5343b5f1fb9e3b33d1d36e96aabc94e29a822b;hp=e3d0725f70cf8feb5bb18db8ba234b39c3769939;hpb=6a5409bc859187db7d7553e4c19a559aeeba6430;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/Colors.pm b/lib/Devel/REPL/Plugin/Colors.pm index e3d0725..5d209c7 100644 --- a/lib/Devel/REPL/Plugin/Colors.pm +++ b/lib/Devel/REPL/Plugin/Colors.pm @@ -1,8 +1,10 @@ +use strict; +use warnings; package Devel::REPL::Plugin::Colors; use Devel::REPL::Plugin; use Term::ANSIColor; -use namespace::clean -except => [ 'meta' ]; +use namespace::autoclean; has normal_color => ( is => 'rw', lazy => 1, @@ -67,9 +69,6 @@ Devel::REPL::Plugin::Colors - add color to return values, warnings, and errors =head1 SYNOPSIS - #!/usr/bin/perl - - use lib './lib'; use Devel::REPL; my $repl = Devel::REPL->new;