X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FColors.pm;h=46b30bb30490bd082cdc0b40473510e7e8d6a841;hb=2c1cf68730092df9d48a6115d03be122b0c3ba55;hp=2fc6e93d1c91cc7f044ac9880aeac04927a92629;hpb=807af0f7ccd053082ae0cf71d41b2f83752debdb;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/Colors.pm b/lib/Devel/REPL/Plugin/Colors.pm index 2fc6e93..46b30bb 100644 --- a/lib/Devel/REPL/Plugin/Colors.pm +++ b/lib/Devel/REPL/Plugin/Colors.pm @@ -1,8 +1,8 @@ package Devel::REPL::Plugin::Colors; -use Moose::Role; +use Devel::REPL::Plugin; use Term::ANSIColor; -use namespace::clean -except => [ 'meta' ]; +use namespace::autoclean; has normal_color => ( is => 'rw', lazy => 1,