Change 31669 by [EMAIL PROTECTED] on 2007/07/31 14:27:00
Upgrade to Net-Ping-2.32
Affected files ...
... //depot/perl/lib/Net/Ping.pm#50 edit
Differences ...
==== //depot/perl/lib/Net/Ping.pm#50 (text) ====
Index: perl/lib/Net/Ping.pm
--- perl/lib/Net/Ping.pm#49~26540~ 2005-12-30 07:39:53.000000000 -0800
+++ perl/lib/Net/Ping.pm 2007-07-31 07:27:00.000000000 -0700
@@ -16,7 +16,7 @@
@ISA = qw(Exporter);
@EXPORT = qw(pingecho);
-$VERSION = "2.31_04";
+$VERSION = "2.32";
sub SOL_IP { 0; };
sub IP_TOS { 1; };
End of Patch.