Net::IP::Match::Regexp - Efficiently match IP addresses against IP ranges via regexp


LICENSE

Copyright 2006 Clotho Advanced Media, Inc., <cpan@clotho.com>

Copyright 2007 Chris Dolan, <cdolan@cpan.org>

This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.


INSTALLATION

Install via one of the following:
  perl Makefile.PL
  make
  make test
  make install

or

  perl Build.PL
  perl Build
  perl Build test
  perl Build install


DESCRIPTION

This module allows you to check an IP address against one or more IP
ranges.  See the module documentation for a detailed comparison
against other CPAN modules.
