From: Jarkko Hietaniemi Date: Tue, 2 Apr 2002 18:57:19 +0000 (+0000) Subject: Talk more about Net::Ping. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b929be1d26aeff4c8c3d4bbd655731a23247ecc8;p=p5sagit%2Fp5-mst-13.2.git Talk more about Net::Ping. p4raw-id: //depot/perl@15688 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 2730f9c..32f212f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -726,7 +726,8 @@ Ilya Zakharevich. L is a collection of perl5 modules related to network programming, from Graham Barr. See L, L, -L, L, L, and L. +L (not part of libnet, but related), L, +L, and L. Perl installation leaves libnet unconfigured, use F to configure. @@ -1115,10 +1116,19 @@ Math::Complex handles inf, NaN etc., better. =item * -Net::Ping has been muchly enhanced. Multihoming is now supported. -There is now "external" protocol which uses Net::Ping::External module -which runs external ping(1) and parses the output. A version of -Net::Ping::External is available in CPAN. +Net::Ping has been muchly enhanced: multihoming is now supported, +Win32 functionality is better, there is now time measuring +functionality (optionally high-resolution using Time::HiRes), +and there is now "external" protocol which uses Net::Ping::External +module which runs your external ping utility and parses the output. +A version of Net::Ping::External is available in CPAN. + +Note that some of the Net::Ping tests are disabled when running +under the Perl distribution since one cannot assume one or more +of the following: enabled echo port at localhost, full Internet +connectivity, or sympathetic firewalls. You can set the environment +variable PERL_TEST_Net_Ping to "1" (one) before running the Perl test +suite to enable all the Net::Ping tests. =item *