From: Jarkko Hietaniemi Date: Sat, 11 May 2002 19:04:39 +0000 (+0000) Subject: Upgrade to Net::Ping 2.18 (no core-relevant changes, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=564e2e78a483fb2c19eb2fe907d0dd36ce81fddb;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Net::Ping 2.18 (no core-relevant changes, but keep up with the $VERSION) p4raw-id: //depot/perl@16545 --- diff --git a/lib/Net/Ping.pm b/lib/Net/Ping.pm index f689047..04cddc1 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 86060b6..0ac95cf 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 2b18447..e55e847 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;