diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-12 02:10:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-12 02:10:33 +0000 |
commit | a5a165b1a650c2a559ea5115716f29e938b821fd (patch) | |
tree | e2dd202fcb9994961f7423f9e62a8db314fc8d6c /lib/Net/Ping | |
parent | b2d0d414607297b6dab01ace56e87e3f6aae98e7 (diff) | |
download | perl-a5a165b1a650c2a559ea5115716f29e938b821fd.tar.gz |
Update to Net::Ping 2.16.
p4raw-id: //depot/perl@15873
Diffstat (limited to 'lib/Net/Ping')
-rw-r--r-- | lib/Net/Ping/CHANGES | 19 | ||||
-rw-r--r-- | lib/Net/Ping/README | 2 |
2 files changed, 19 insertions, 2 deletions
diff --git a/lib/Net/Ping/CHANGES b/lib/Net/Ping/CHANGES index 4fb091a716..8bf3c91278 100644 --- a/lib/Net/Ping/CHANGES +++ b/lib/Net/Ping/CHANGES @@ -1,8 +1,25 @@ CHANGES ------- +2.16 Apr 11 14:00 2002 + - Documentation changes. + - Added INSTALL doc. + - Added README to rpm %doc. + - Added neat MakeMaker constants routine. + - Buttwag around Makefile.PL warnings: + o "the following files are missing in your kit" + o "is not a known MakeMaker parameter name" + +2.15 Apr 06 23:00 2002 + - Added ABSTRACT info. + - Allow for smoother upgrade from + from older Net::Ping versions. + - Change default protocol from udp to tcp + so it will work on most default systems + without any arguments to new(). + 2.14 Apr 01 14:00 2002 - - Added reverse lookup feature. + - Added text ip lookup feature. e@arix.com (Erick Calder) 2.13 Apr 01 14:00 2002 diff --git a/lib/Net/Ping/README b/lib/Net/Ping/README index 68a36312db..ff3973930e 100644 --- a/lib/Net/Ping/README +++ b/lib/Net/Ping/README @@ -1,7 +1,7 @@ NAME Net::Ping - check a remote host for reachability - $Id: Ping.pm,v 1.27 2002/04/02 02:01:21 rob Exp $ + $Id: Ping.pm,v 1.31 2002/04/11 16:45:06 rob Exp $ SYNOPSIS use Net::Ping; |