diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-05-28 16:38:12 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-05-28 17:04:56 +0100 |
commit | 5e64492f6452260c13875425441f9127e716df7b (patch) | |
tree | 0ab5c332f2126fb2bd0ea0dba957575a474698f4 /Porting | |
parent | 958bf2239ef31fb4df8ca5ec2036429602b134a5 (diff) | |
download | perl-5e64492f6452260c13875425441f9127e716df7b.tar.gz |
Update Term-ANSIColor to CPAN version 4.03
[DELTA]
Term::ANSIColor 4.03 (2014-03-23)
Switch the module build system to Module::Build, but still generate a
Makefile.PL file for backward compatibility and for the use of Perl
core.
Fix typo in SYNOPSIS (colorstrip example) and duplicated word.
Thanks, Olivier Mengué and David Steinbrunner. (#85480, #94006)
Skip POD and some other style tests unless doing automated or release
testing. Skip POD spelling, coverage, and Perl::Critic tests unless
doing author testing. Use the Lancaster Consensus environment
variables instead of RRA_MAINTAINER_TESTS. (#93474)
Add SEE ALSO reference to Win32::Console::ANSI. (#87295)
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index c7391c5f7b..f32a1be73d 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1004,20 +1004,14 @@ use File::Glob qw(:case); }, 'Term::ANSIColor' => { - 'DISTRIBUTION' => 'RRA/Term-ANSIColor-4.02.tar.gz', + 'DISTRIBUTION' => 'RRA/Term-ANSIColor-4.03.tar.gz', 'FILES' => q[cpan/Term-ANSIColor], 'EXCLUDED' => [ qr{^examples/}, qr{^t/data/}, - qw( t/aliases-env.t - t/critic.t - t/minimum-version.t - t/pod-spelling.t - t/pod-coverage.t - t/pod.t - t/strict.t - t/synopsis.t - ), + qr{^t/docs/}, + qr{^t/style/}, + qw( t/module/aliases-env.t ), ], }, |