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;fp=lib%2FDevel%2FREPL%2FPlugin%2FColors.pm;h=66f7d6e5248b2d79055344229a5d782a76e59cc0;hp=a90e30f17330e15592500e56064d823e3d9ee3c0;hb=9d2a4940f5958d82828272364ef754e9290b6113;hpb=f109bc790c4450543e3bd07beb3abee5c4b923e0 diff --git a/lib/Devel/REPL/Plugin/Colors.pm b/lib/Devel/REPL/Plugin/Colors.pm index a90e30f..66f7d6e 100644 --- a/lib/Devel/REPL/Plugin/Colors.pm +++ b/lib/Devel/REPL/Plugin/Colors.pm @@ -1,6 +1,7 @@ use strict; use warnings; package Devel::REPL::Plugin::Colors; +# ABSTRACT: Add color to return values, warnings, and errors our $VERSION = '1.003027'; @@ -65,9 +66,7 @@ around execute => \&_wrap_warn; __END__ -=head1 NAME - -Devel::REPL::Plugin::Colors - add color to return values, warnings, and errors +=pod =head1 SYNOPSIS