summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2011-11-20 12:33:55 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2011-11-20 12:33:55 +0000
commit7744a198deecc4a8f23cff6099b39abb5bc6e035 (patch)
tree09b3d013826a919e0d5fef6ebeaeb324d6b4ef9a
parent7c864bb3ffceec4b5c696507d5fc0d4e9e2f13b3 (diff)
downloadperl-7744a198deecc4a8f23cff6099b39abb5bc6e035.tar.gz
Correct the Term-ANSIColor distro name in Maintainers.pl
It was recently renamed from ANSIColor.
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 0d37c80255..28016d1039 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1707,7 +1707,7 @@ use File::Glob qw(:case);
'Term::ANSIColor' =>
{
'MAINTAINER' => 'rra',
- 'DISTRIBUTION' => 'RRA/ANSIColor-3.01.tar.gz',
+ 'DISTRIBUTION' => 'RRA/Term-ANSIColor-3.01.tar.gz',
'FILES' => q[cpan/Term-ANSIColor],
'EXCLUDED' => [ qr{^tests/}, qw(t/pod-spelling.t t/pod.t) ],
'UPSTREAM' => 'cpan',