The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
ABSTRACT
================

This is Perl module Net::IP::Match::Trie.

INSTALLATION
================

Net::IP::Match::Trie installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan Net::IP::Match::Trie

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install


DOCUMENTATION
================

Net::IP::Match::Trie documentation is available as in POD. So you can do:

    % perldoc Net::IP::Match::Trie

to read the documentation online with your favorite pager.

HIROSE Masaaki


COPYRIGHT & LICENSE
================

Copyright 2009 HIROSE, Masaaki

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