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=4452e1476985cdda8d2e87d77fa2ae8c1eb16106;hp=689d666d666105abde124148a821b7635a0b149b;hb=77327851f87a17466307e8fccdbf2e0d3c2e58dc;hpb=5ac988901b5ccbf3b31cdf980534d0c9631d9e4a 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;