Newer
Older
NetAddr-IP / README
@Luis Muñoz Luis Muñoz on 21 Oct 2014 815 bytes Import of LUISMUNOZ/NetAddr-IP-2.00 from CPAN.
  1.  
  2. NetAddr::IP - Make it easier to manipulate IP addresses.
  3.  
  4. This module implements a simple class that allows for quite powerful
  5. manipulation of IP Addresses in commonly used notations.
  6.  
  7. In order to install do
  8.  
  9. $ perl Makefile.PL
  10. $ make
  11. $ make test
  12. $ make install
  13.  
  14. As usual with most free software, this module is not covered by any
  15. kind of warranty. You can use at your own risk for anything you wish.
  16. If included or used in other products, proper credit must be maintained.
  17.  
  18. Module documentation can be found by using the following command
  19.  
  20. $ perldoc NetAddr::IP
  21.  
  22. The Changes file inside the distribution includes details about the
  23. different revisions of this module.
  24.  
  25. If you find bugs/problems with this release, please let me know so
  26. that I can fix it. You can reach me at lem@cantv.net.
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.