Subject: | Net::IP::Match::Regexp |
I humbly suggest that this module change it's engine from Net::IP::Match::XS to Net::IP::Match::Regexp. The latter module (written by me) is significantly faster than N::IP::M::XS for large numbers of matches and has the big advantage of being pure Perl. The only disadvantage that I'm aware of is that N::IP::M::Regexp does not check CIDR or IP validity, unlike N::IP::M::XS.
If you do choose to check out N::IP::M::Regexp, please feel free to contact me with comments or questions.
-- Chris Dolan