Upgrade to Net-Ping-2.34
Steve Peters [Thu, 3 Jan 2008 15:23:36 +0000 (15:23 +0000)]
p4raw-id: //depot/perl@32814

lib/Net/Ping.pm
lib/Net/Ping/t/510_ping_udp.t

index 64464bb..cac3eef 100644 (file)
@@ -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; };
index ce55a7d..d6fd4a0 100644 (file)
@@ -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;
   }