diff options
author | Nicolas R <atoomic@cpan.org> | 2019-12-20 10:14:19 -0700 |
---|---|---|
committer | Nicolas R <atoomic@cpan.org> | 2019-12-20 10:40:59 -0700 |
commit | 40a8a37766daadf0d15d20845cbc70447c2ac614 (patch) | |
tree | fe9c2fbdb6150ab90fbdb54882b85980fd2b6558 /Porting/Maintainers.pl | |
parent | 4357af6ce6bbf62e83c554355bd8063b6fd0880a (diff) | |
download | perl-40a8a37766daadf0d15d20845cbc70447c2ac614.tar.gz |
Update Net::Ping to upstream version 2.72
This retains blead customizations:
* 1a58b39af8 remove of 'use vars'
* 7bfdd8260c 500_ping_icmp.t: remove sudo code
This is mainly a unit test changes / noop changes.
Customized files are:
t/000_load.t
t/001_new.t
t/010_pingecho.t
t/500_ping_icmp.t
t/501_ping_icmpv6.t
Files not ported to blead:
t/020_external.t
t/600_pod.t
t/601_pod-coverage.t
Do not list Net::Ping customized files as mentioned by 48a109d29
Note: we could have considered doing nothing for this update,
but this would avoid updating to the CPAN version, and preserved
the existing patches.
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 149eee77f0..48273d2fad 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -833,7 +833,7 @@ use File::Glob qw(:case); }, 'Net::Ping' => { - 'DISTRIBUTION' => 'RURBAN/Net-Ping-2.71.tar.gz', + 'DISTRIBUTION' => 'RURBAN/Net-Ping-2.72.tar.gz', 'FILES' => q[dist/Net-Ping], 'EXCLUDED' => [ qw(README.md.PL), |