diff options
author | tobez <tobez@FreeBSD.org> | 2002-06-13 10:42:49 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-06-13 10:42:49 +0000 |
commit | 29571aedaaaeda195c3b59d97831a252fc305668 (patch) | |
tree | eb6d06c5a284b3bc2a964ff72309a8a9851b12f2 /net-mgmt/p5-Net-IP/pkg-descr | |
parent | 63653a2ce440d6eb240be526673149b9a0ed82ea (diff) | |
download | FreeBSD-ports-29571aedaaaeda195c3b59d97831a252fc305668.zip FreeBSD-ports-29571aedaaaeda195c3b59d97831a252fc305668.tar.gz |
Add p5-Net-IP 1.11, a perl extension for manipulating IPv4/IPv6
addresses.
PR: 38738
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'net-mgmt/p5-Net-IP/pkg-descr')
-rw-r--r-- | net-mgmt/p5-Net-IP/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/p5-Net-IP/pkg-descr b/net-mgmt/p5-Net-IP/pkg-descr new file mode 100644 index 0000000..99b6c56 --- /dev/null +++ b/net-mgmt/p5-Net-IP/pkg-descr @@ -0,0 +1,11 @@ +This module provides functions to deal with IPv4/IPv6 addresses. The +module can be used as a class, allowing the user to instantiate IP +objects, which can be single IP addresses, prefixes, or ranges of +addresses. There is also a procedural way of accessing most of the +functions. Most subroutines can take either IPv4 or IPv6 addresses +transparently. + +WWW: http://search.cpan.org/search?dist=Net-IP + +- Kimura Fuyuki +fuyuki@hadaly.org |