1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libnet-ip-minimal-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>
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-minimal-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-ip-minimal-perl.git
Homepage: http://search.cpan.org/dist/Net-IP-Minimal/
Package: libnet-ip-minimal-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: module to check if an IP address is version 4 or 6
Net::IP::Minimal provides only three of the many functions that Net::IP
offers, while using a lot less memory: ip_get_version(), ip_is_ipv4()
and ip_is_ipv6().
|