From: Steve Hay Date: Sun, 20 Nov 2011 12:33:55 +0000 (+0000) Subject: Correct the Term-ANSIColor distro name in Maintainers.pl X-Git-Tag: v5.15.5~6 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/7744a198deecc4a8f23cff6099b39abb5bc6e035 Correct the Term-ANSIColor distro name in Maintainers.pl It was recently renamed from ANSIColor. --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 0d37c80..28016d1 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',