Source: libnet-subnet-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Damyan Ivanov Build-Depends: debhelper (>= 8) Build-Depends-Indep: libsocket6-perl (>= 0.23), perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-subnet-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-subnet-perl.git Homepage: https://metacpan.org/release/Net-Subnet Package: libnet-subnet-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libsocket6-perl (>= 0.23) Description: Fast IP-in-subnet matcher module for IPv4 and IPv6 Net::Subnet is a simple but fast pure Perl module for determining whether a given IP address is in a given set of IP subnets. It's iterative, and it doesn't use any fancy tries, but because it uses simple bitwise operations on strings it's still very fast. . The module supports both IPv4 and IPv6.