Code

Net::Oping: Improve the POD a little.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 23 Mar 2009 07:53:28 +0000 (08:53 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 23 Mar 2009 07:53:28 +0000 (08:53 +0100)
bindings/perl/lib/Net/Oping.pm

index 4b601d18d53e5ce5c41e464e9dad98966222b916..dc06ad3f592d7ef24ffa75940d1b9db76745e221 100644 (file)
@@ -30,7 +30,7 @@ Net::Oping - ICMP latency measurement module using the oping library.
 
 =head1 SYNOPSIS
 
-  use Net::Oping;
+  use Net::Oping ();
 
   my $obj = Net::Oping->new ();
   $obj->host_add (qw(one.example.org two.example.org));
@@ -407,7 +407,7 @@ The I<liboping> homepage may be found at L<http://verplant.org/liboping/>.
 Information about its mailing list may be found at
 L<http://mailman.verplant.org/listinfo/liboping>.
 
-=head1 AUTHOR
+=head1 AUTHORS
 
 First XSE<nbsp>port by Olivier Fredj, extended XS functionality and high-level
 Perl interface by Florian Forster.