Net::IPv4Addr
=================

Version: 0.08

Description
-----------

Net::IPv4Addr provides functions for parsing IPv4 addresses both
in traditional address/netmask format and in the new CIDR format.
There are also methods for calculating the network and broadcast
address and also to see check if a given address is in a specific
network.

Installing
----------

The usual:

    perl Makefile.PL
    make
    make install

Documentation
-------------

Documentation is included in pod format.

News
----

Version 0.07 includes debian packaging done by Bernd Eckenfels 
<ecki@lina.inka.de>.

As of version 0.06 the module was renamed to Net::IPv4Addr to
better fit with CPAN hierarchy.

Bugs
----

Send bug reports and suggestions to francis.lacoste@iNsu.COM.

Copyright
---------

Copyright (c) 1999 Francis J. Lacoste and iNsu Innovations Inc . 
All rights reserved.

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