Package: libnet-ip-cmatch-perl Version: 0.02-1+0~20250804052217.15+jessie~1.gbpb38582 Architecture: amd64 Maintainer: Mario Fetka Installed-Size: 89 Depends: perl (>= 5.20.2-3+deb8u14), perlapi-5.20.2, libc6 (>= 2.4) 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~20250804052217.15+jessie~1.gbpb38582_amd64.deb Size: 9304 SHA256: b5fe99bdef98da5298a9d7d0ff16992e13490cc4dc35709f78690369c29dc271 SHA1: 74b878bf4790864aa093016fa8a6a7ba80155815 MD5sum: 6334a654a76fcd0a3cc8d9cb6234ebc6 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.