From: Steve Peters Date: Tue, 31 Jul 2007 14:27:00 +0000 (+0000) Subject: Upgrade to Net-Ping-2.32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=343f9da604227801d1fe31a3c82d7e23e8dd6988;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Net-Ping-2.32 p4raw-id: //depot/perl@31669 --- diff --git a/lib/Net/Ping.pm b/lib/Net/Ping.pm index 2302b0b..fcb127f 100644 --- a/lib/Net/Ping.pm +++ b/lib/Net/Ping.pm @@ -16,7 +16,7 @@ use Carp; @ISA = qw(Exporter); @EXPORT = qw(pingecho); -$VERSION = "2.31_04"; +$VERSION = "2.32"; sub SOL_IP { 0; }; sub IP_TOS { 1; };