diff options
author | Steve Peters <steve@fisharerojo.org> | 2007-07-31 14:27:00 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-07-31 14:27:00 +0000 |
commit | 343f9da604227801d1fe31a3c82d7e23e8dd6988 (patch) | |
tree | 2fab624dc95ed59e0461c8f66b7c6cba9a7b8f46 /lib/Net/Ping.pm | |
parent | 9b382af32a1863be9ef6f8ae39669fd02799f0d1 (diff) | |
download | perl-343f9da604227801d1fe31a3c82d7e23e8dd6988.tar.gz |
Upgrade to Net-Ping-2.32
p4raw-id: //depot/perl@31669
Diffstat (limited to 'lib/Net/Ping.pm')
-rw-r--r-- | lib/Net/Ping.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/Ping.pm b/lib/Net/Ping.pm index 2302b0ba74..fcb127f0c5 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.31_04"; +$VERSION = "2.32"; sub SOL_IP { 0; }; sub IP_TOS { 1; }; |