public
Description: (Perl) Simple configuration file parser
Homepage: http://search.cpan.org/dist/ConfigReader-Simple
Clone URL: git://github.com/briandfoy/ConfigReader-Simple.git
README
You can install this using in the usual Perl fashion

  perl Makefile.PL
  make
  make test
  make install
  
The documentation is in the module file.  Once you install
the file, you can read it with perldoc.

  perldoc ConfigReader::Simple
  
If you want to read it before you install it, you can use
perldoc directly on the module file.

  perldoc lib/ConfigReader/Simple.pm
  
This module is also in Github

  http://github.com/briandfoy/ConfigReader-Simple/tree/master

Enjoy, 

brian d foy, bdfoy@cpan.org