Discription
-----------

The CONFIG::Plain Perl module is  highly useful in connection with
mod_perl CGI scripts.  It caches  files to speed  up file reading.
It's possible to configure the module to remove comments (serveral
types),  trailing blanks,  and empty lines,  or to do other useful
things only once per apache process.

Installation
------------

There are three simple steps...

    perl Makefile.PL
    make
    make install

Copyright
---------

    Copyright (C) 1999, 2000 by Markus Winand <mws@fatalmind.com>

    This program is free software; you can redistribute it and/or
    modify it under the same terms as Perl itself.

