Package: libnet-ip-cmatch-perl Version: 0.02-1+0~20210718072427.11+wheezy~1.gbpb38582 Architecture: amd64 Maintainer: Mario Fetka Installed-Size: 81 Depends: perl (>= 5.14.2-21+deb7u8), perlapi-5.14.2, libc6 (>= 2.2.5) Homepage: https://metacpan.org/release/Net-IP-CMatch Priority: optional Section: perl Filename: pool/main/libn/libnet-ip-cmatch-perl/libnet-ip-cmatch-perl_0.02-1+0~20210718072427.11+wheezy~1.gbpb38582_amd64.deb Size: 9858 SHA256: 87e588f9b2d5aeebc8a71801f7511db94c79a719f4701dc1a4d30ae661974623 SHA1: 2e1738ec7a27bebfa93ffae42c790306ff77837a MD5sum: d142d5062a1186069004ba89c1b5cb0c Description: unknown Net::IP::CMatch is based upon, and does the same thing as Net::IP::Match. The unconditionally exported subroutine 'match_ip' determines if the ip to match ( first argument ) matches any of the subsequent ip arguments. Match arguments may be absolute quads, as '127.0.0.1', or contain mask bits as '111.245.76.248/29'. A true return value indicates a match. It was written in C, rather than a macro, preprocessed through Perl's source filter mechanism ( as is Net::IP::Match ), so that the ip arguments could be traditional perl scalars. The C code is lean and mean ( IMHO ). . This description was automagically extracted from the module by dh-make-perl.