X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FColors.pm;h=4fa73a197de87434a769436b90725a2b7be9311a;hp=689d666d666105abde124148a821b7635a0b149b;hb=HEAD;hpb=23ff40a312a23553e65e63e26d74af6c656efe16 diff --git a/lib/Devel/REPL/Plugin/Colors.pm b/lib/Devel/REPL/Plugin/Colors.pm index 689d666..4452e14 100644 --- a/lib/Devel/REPL/Plugin/Colors.pm +++ b/lib/Devel/REPL/Plugin/Colors.pm @@ -3,7 +3,7 @@ use warnings; package Devel::REPL::Plugin::Colors; # ABSTRACT: Add color to return values, warnings, and errors -our $VERSION = '1.003028'; +our $VERSION = '1.003030'; use Devel::REPL::Plugin; use Term::ANSIColor;