Newer
Older
NetAddr-IP / README
@Luis Muñoz Luis Muñoz on 21 Oct 2014 941 bytes Import of LUISMUNOZ/NetAddr-IP-3.04 from CPAN.
NAME
    NetAddr::IP - Manages IPv4 addresses and subnets

This module provides a simple interface to manipulate IP addresses as
objects. Among the operations that can be done are comparison, tests
for addresses within subnets, enumeration, splitting, summarization
and others.

NetAddr::IP objects also "stringify" themselves automatically to
unclutter I/O functions.

To install, follow the traditional incantations:

perl Makefile.PL
make
make test
make install

This module has been tested under many platforms, using perl 5.6.0 or
newer.

WARRANTY
    This software comes with the same warranty as perl itself (ie, none), so
    by using it you accept any and all the liability.

LICENSE
    This software is (c) Luis E. Munoz. It can be used under the terms of
    the perl artistic license provided that proper credit for the work of
    the author is preserved in the form of this copyright notice and license
    for this module.