From: Steve Peters Date: Thu, 3 Jan 2008 15:23:36 +0000 (+0000) Subject: Upgrade to Net-Ping-2.34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=09cae46f2f335675e85e10dbf61e95eeb6e56052;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Net-Ping-2.34 p4raw-id: //depot/perl@32814 --- diff --git a/lib/Net/Ping.pm b/lib/Net/Ping.pm index 64464bb..cac3eef 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.33"; +$VERSION = "2.34"; sub SOL_IP { 0; }; sub IP_TOS { 1; }; diff --git a/lib/Net/Ping/t/510_ping_udp.t b/lib/Net/Ping/t/510_ping_udp.t index ce55a7d..d6fd4a0 100644 --- a/lib/Net/Ping/t/510_ping_udp.t +++ b/lib/Net/Ping/t/510_ping_udp.t @@ -13,7 +13,7 @@ BEGIN { exit; } unless (getservbyname('echo', 'udp')) { - print "1..0 \# Skip: no udp echo port\n"; + print "1..0 \# Skip: no echo port\n"; exit; }