From 40a8a37766daadf0d15d20845cbc70447c2ac614 Mon Sep 17 00:00:00 2001 From: Nicolas R Date: Fri, 20 Dec 2019 10:14:19 -0700 Subject: 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. --- Porting/Maintainers.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Porting/Maintainers.pl') 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), -- cgit v1.2.1