1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libnet-ip-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>,
Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-ip-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-ip-perl.git
Homepage: http://search.cpan.org/dist/Net-IP/
Package: libnet-ip-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: Perl extension for manipulating IPv4/IPv6 addresses
Net::IP 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.
|