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.
  1. NAME
  2. NetAddr::IP - Manages IPv4 addresses and subnets
  3.  
  4. This module provides a simple interface to manipulate IP addresses as
  5. objects. Among the operations that can be done are comparison, tests
  6. for addresses within subnets, enumeration, splitting, summarization
  7. and others.
  8.  
  9. NetAddr::IP objects also "stringify" themselves automatically to
  10. unclutter I/O functions.
  11.  
  12. To install, follow the traditional incantations:
  13.  
  14. perl Makefile.PL
  15. make
  16. make test
  17. make install
  18.  
  19. This module has been tested under many platforms, using perl 5.6.0 or
  20. newer.
  21.  
  22. WARRANTY
  23. This software comes with the same warranty as perl itself (ie, none), so
  24. by using it you accept any and all the liability.
  25.  
  26. LICENSE
  27. This software is (c) Luis E. Munoz. It can be used under the terms of
  28. the perl artistic license provided that proper credit for the work of
  29. the author is preserved in the form of this copyright notice and license
  30. for this module.
  31.  
  32.