=====================================================================
Parse::CPinfo 
=====================================================================
I created this module to parse the output from cpinfo.  cpinfo is a
troubleshooting tool commonly used on Check Point* products.

cpinfo files are created by running 'cpinfo' from the command-line on
a Check Point product and redirecting the output to a file.

For example:
cpinfo > /var/cpinfo.txt

---------------------------------------------------------------------
INSTALLATION
---------------------------------------------------------------------
To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


---------------------------------------------------------------------
DEPENDENCIES
---------------------------------------------------------------------
This module requires that the following modules are installed:
    Net::CIDR       any version (tested with 0.11)
    Net::IPv4Addr   any version (tested with 0.10)
    Regexp::Common  any version (tested with 2.120)


---------------------------------------------------------------------
TODO
---------------------------------------------------------------------
Better testing coverage.  This module has only been tested against
the cpinfo from the following devices:

    Hardware: VMWare Virtual Machine
          OS: SecurePlatform R61
  CP Version: NGX R61 HFA_01
 CPinfo Size: 39560 bytes
Parsing Time: 0m0.793s

    Hardware: Dell Optiplex               
          OS: SecurePlatform NGAI R55   
  CP Version: NGX R55 HFA_19
 CPinfo Size: 16282007
Parsing Time: 7m27.051s (7.45085s) 2185254 bytes/min


---------------------------------------------------------------------
BUGS 
---------------------------------------------------------------------
I don't promise that you won't find bugs.  If you do, please file
a bug report at http://rt.cpan.org or automatically report test
failures via CPAN::Reporter.


---------------------------------------------------------------------
COPYRIGHTS AND LICENSE
---------------------------------------------------------------------
Copyright (C) 2007 by Matthew M. Lange
This library is licensed under the GNU Public License.

* Check Point is a registered trademark of Check Point Software Technologies, Ltd.

