summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-07-21 11:52:47 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-07-21 12:44:53 +0100
commit5213914c3c1657d0a00ee5ddcb253e8ffa103f28 (patch)
treec24fa94c85ec876976c7cf70ca3dc91100cbefc8 /Porting
parent1ea085fc1217bcccd63fc6d8cc77d4547dbe84db (diff)
downloadperl-5213914c3c1657d0a00ee5ddcb253e8ffa103f28.tar.gz
Update Term-ANSIColor to CPAN version 3.01
[DELTA] 2011-07-20 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Version 3.01 released. * Makefile.PL: Change the DISTNAME to Term-ANSIColor. * ANSIColor.pm (colored): Only interpret an initial array reference as a list of colors, not any initial reference, allowing the colored function to work properly on objects with stringification defined. Thanks, Revilo Reegiles. * t/stringify.t: New test for proper behavior with non-array references in colored. 2011-03-13 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Fix two syntax errors in the SYNOPSIS. Thanks, Jan Hartung. 2010-10-08 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Warn in the documentation that attributes are not supported in and will not work with Perl formats. 2010-04-11 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Update the URL for ECMA-048 in the documentation.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 9561d3b612..835a7e1214 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1708,7 +1708,7 @@ use File::Glob qw(:case);
'Term::ANSIColor' =>
{
'MAINTAINER' => 'rra',
- 'DISTRIBUTION' => 'RRA/ANSIColor-3.00.tar.gz',
+ 'DISTRIBUTION' => 'RRA/ANSIColor-3.01.tar.gz',
'FILES' => q[cpan/Term-ANSIColor],
'EXCLUDED' => [ qr{^tests/}, qw(t/pod-spelling.t t/pod.t) ],
'UPSTREAM' => 'cpan',