summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5cb8e48)
raw | patch | inline | side by side (parent: 5cb8e48)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 23 Mar 2009 07:53:28 +0000 (08:53 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 23 Mar 2009 07:53:28 +0000 (08:53 +0100) |
bindings/perl/lib/Net/Oping.pm | patch | blob | history |
index 4b601d18d53e5ce5c41e464e9dad98966222b916..dc06ad3f592d7ef24ffa75940d1b9db76745e221 100644 (file)
=head1 SYNOPSIS
- use Net::Oping;
+ use Net::Oping ();
my $obj = Net::Oping->new ();
$obj->host_add (qw(one.example.org two.example.org));
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.