diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-07-27 21:17:53 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-07-27 21:17:53 +0000 |
commit | 6073879cba1f52d92140b282c32983554839e2eb (patch) | |
tree | 23002dc1c78dc8ccc3deb94f6192192eb94ae337 /net/p5-Net-Ping/pkg-descr | |
parent | 080db7c1d2a8caa041e97c98e1313d80fb88c5ae (diff) | |
download | ports-6073879cba1f52d92140b282c32983554839e2eb.tar.gz ports-6073879cba1f52d92140b282c32983554839e2eb.zip |
Notes
Diffstat (limited to 'net/p5-Net-Ping/pkg-descr')
-rw-r--r-- | net/p5-Net-Ping/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/p5-Net-Ping/pkg-descr b/net/p5-Net-Ping/pkg-descr new file mode 100644 index 000000000000..b731492f5db4 --- /dev/null +++ b/net/p5-Net-Ping/pkg-descr @@ -0,0 +1,6 @@ +This module contains methods to test the reachability of remote +hosts on a network. A ping object is first created with optional +parameters, a variable number of hosts may be pinged multiple +times and then the connection is closed. + +WWW: http://search.cpan.org/dist/Net-Ping |