diff options
author | Steve Peters <steve@fisharerojo.org> | 2008-01-03 15:23:36 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2008-01-03 15:23:36 +0000 |
commit | 09cae46f2f335675e85e10dbf61e95eeb6e56052 (patch) | |
tree | 6220b9b51587d451a639e31367cd82ea51ef8948 /lib/Net | |
parent | a663657d0cdfdd8f98eb85b84cbe10f066631c32 (diff) | |
download | perl-09cae46f2f335675e85e10dbf61e95eeb6e56052.tar.gz |
Upgrade to Net-Ping-2.34
p4raw-id: //depot/perl@32814
Diffstat (limited to 'lib/Net')
-rw-r--r-- | lib/Net/Ping.pm | 2 | ||||
-rw-r--r-- | lib/Net/Ping/t/510_ping_udp.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net/Ping.pm b/lib/Net/Ping.pm index 64464bb53d..cac3eef284 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 ce55a7d1fc..d6fd4a01bf 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; } |