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=5d209c7ad176d328adbf25eae3b6105b9d1e60b6;hb=HEAD;hpb=f049111ed91d199e926de686b2a6f179a89cba18 diff --git a/lib/Devel/REPL/Plugin/Colors.pm b/lib/Devel/REPL/Plugin/Colors.pm index 5d209c7..4452e14 100644 --- a/lib/Devel/REPL/Plugin/Colors.pm +++ b/lib/Devel/REPL/Plugin/Colors.pm @@ -1,6 +1,9 @@ use strict; use warnings; package Devel::REPL::Plugin::Colors; +# ABSTRACT: Add color to return values, warnings, and errors + +our $VERSION = '1.003030'; use Devel::REPL::Plugin; use Term::ANSIColor; @@ -63,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