diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-08-01 13:14:09 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-08-01 13:14:09 +0200 |
commit | b4ade0121f513ffbfbd57484ccf779f28bcfb95b (patch) | |
tree | e1c4d9a93e0e00c011faecd0f5c2af24c825f0f3 /Porting | |
parent | 311454c04d15fb2cc6ad80afc47e72759d358c52 (diff) | |
download | perl-b4ade0121f513ffbfbd57484ccf779f28bcfb95b.tar.gz |
Sync Config::Perl::V to version 0.21
* Add tests for each major distribution since 5.6.2
* Better detect build times
* Sync with 5.20.1
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4f6e9d8eb5..f80fb867d5 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -224,9 +224,13 @@ use File::Glob qw(:case); }, 'Config::Perl::V' => { - 'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.20.tgz', + 'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.21.tgz', 'FILES' => q[cpan/Config-Perl-V], - 'EXCLUDED' => ['examples/show-v.pl'], + 'EXCLUDED' => [qw( + examples/show-v.pl + t/00_pod.t + t/01_pod.t + )], }, 'constant' => { |