but keep up with the $VERSION)
p4raw-id: //depot/perl@16545
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;
@ISA = qw(Exporter);
@EXPORT = qw(pingecho);
-$VERSION = "2.17";
+$VERSION = "2.18";
# Constants
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
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)
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;