Change 16545 by jhi@alpha on 2002/05/11 19:04:39
Upgrade to Net::Ping 2.18 (no core-relevant changes,
but keep up with the $VERSION)
Affected files ...
.... //depot/perl/lib/Net/Ping.pm#31 edit
.... //depot/perl/lib/Net/Ping/CHANGES#10 edit
.... //depot/perl/lib/Net/Ping/README#9 edit
Differences ...
==== //depot/perl/lib/Net/Ping.pm#31 (text) ====
Index: perl/lib/Net/Ping.pm
--- perl/lib/Net/Ping.pm#30~16409~ Sat May 4 18:53:24 2002
+++ perl/lib/Net/Ping.pm Sat May 11 12:04:39 2002
@@ -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 @@
@ISA = qw(Exporter);
@EXPORT = qw(pingecho);
-$VERSION = "2.17";
+$VERSION = "2.18";
# Constants
@@ -672,7 +672,7 @@
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
==== //depot/perl/lib/Net/Ping/CHANGES#10 (text) ====
Index: perl/lib/Net/Ping/CHANGES
--- perl/lib/Net/Ping/CHANGES#9~16409~ Sat May 4 18:53:24 2002
+++ perl/lib/Net/Ping/CHANGES Sat May 11 12:04:39 2002
@@ -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.
[EMAIL PROTECTED] (Michael McLagan)
==== //depot/perl/lib/Net/Ping/README#9 (text) ====
Index: perl/lib/Net/Ping/README
--- perl/lib/Net/Ping/README#8~16409~ Sat May 4 18:53:24 2002
+++ perl/lib/Net/Ping/README Sat May 11 12:04:39 2002
@@ -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;
End of Patch.