The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Config::ReadAndCheck version 0.03
===================

Config::ReadAndCheck - Perl module for parsing generic config files
conforms to predefined line-by-line-based format.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules:

Carp;
IO::File;
Tie::IxHash;

COPYRIGHT AND LICENCE

Copyright: Daniel Podolsky <tpaba@cpan.org>, 2003
Licence:   Same as perl itself

03 Jul 2002, Daniel Podolsky <tpaba@cpan.org>