summaryrefslogtreecommitdiff
path: root/lib/Net
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-11 19:04:39 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-11 19:04:39 +0000
commit564e2e78a483fb2c19eb2fe907d0dd36ce81fddb (patch)
tree571c9a3298fe85e591c2ed7a93f4f0bc503dc662 /lib/Net
parentbfce6503c5d952d8f1af33465734e82b1483281e (diff)
downloadperl-564e2e78a483fb2c19eb2fe907d0dd36ce81fddb.tar.gz
Upgrade to Net::Ping 2.18 (no core-relevant changes,
but keep up with the $VERSION) p4raw-id: //depot/perl@16545
Diffstat (limited to 'lib/Net')
-rw-r--r--lib/Net/Ping.pm6
-rw-r--r--lib/Net/Ping/CHANGES3
-rw-r--r--lib/Net/Ping/README2
3 files changed, 7 insertions, 4 deletions
diff --git a/lib/Net/Ping.pm b/lib/Net/Ping.pm
index f689047ffb..04cddc14d7 100644
--- a/lib/Net/Ping.pm
+++ b/lib/Net/Ping.pm
@@ -1,6 +1,6 @@
package Net::Ping;
-# $Id: Ping.pm,v 1.33 2002/05/03 21:54:59 rob Exp $
+# $Id: Ping.pm,v 1.34 2002/05/06 17:37:54 rob Exp $
require 5.002;
require Exporter;
@@ -16,7 +16,7 @@ use POSIX qw(ECONNREFUSED);
@ISA = qw(Exporter);
@EXPORT = qw(pingecho);
-$VERSION = "2.17";
+$VERSION = "2.18";
# Constants
@@ -672,7 +672,7 @@ __END__
Net::Ping - check a remote host for reachability
-$Id: Ping.pm,v 1.33 2002/05/03 21:54:59 rob Exp $
+$Id: Ping.pm,v 1.34 2002/05/06 17:37:54 rob Exp $
=head1 SYNOPSIS
diff --git a/lib/Net/Ping/CHANGES b/lib/Net/Ping/CHANGES
index 86060b6098..0ac95cf4cc 100644
--- a/lib/Net/Ping/CHANGES
+++ b/lib/Net/Ping/CHANGES
@@ -1,6 +1,9 @@
CHANGES
-------
+2.18 May 06 12:00 2002
+ - More RPM spec generalizations.
+
2.17 May 03 18:00 2002
- RPM spec generalizations.
michael.mclagan@linux.org (Michael McLagan)
diff --git a/lib/Net/Ping/README b/lib/Net/Ping/README
index 2b18447d79..e55e847aa8 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.33 2002/05/03 21:54:59 rob Exp $
+ $Id: Ping.pm,v 1.34 2002/05/06 17:37:54 rob Exp $
SYNOPSIS
use Net::Ping;