Upgrade to Net::Ping 2.18 (no core-relevant changes,
Jarkko Hietaniemi [Sat, 11 May 2002 19:04:39 +0000 (19:04 +0000)]
but keep up with the $VERSION)

p4raw-id: //depot/perl@16545

lib/Net/Ping.pm
lib/Net/Ping/CHANGES
lib/Net/Ping/README

index f689047..04cddc1 100644 (file)
@@ -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
 
index 86060b6..0ac95cf 100644 (file)
@@ -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)
index 2b18447..e55e847 100644 (file)
@@ -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;