p4raw-id: //depot/perl@32814
@ISA = qw(Exporter);
@EXPORT = qw(pingecho);
-$VERSION = "2.33";
+$VERSION = "2.34";
sub SOL_IP { 0; };
sub IP_TOS { 1; };
exit;
}
unless (getservbyname('echo', 'udp')) {
- print "1..0 \# Skip: no udp echo port\n";
+ print "1..0 \# Skip: no echo port\n";
exit;
}