MyConfig2 is a flexible configuration file parser, that reads and writes
Apache-Style configuration files, with global key/value pairs and 
directives <directive my_directive></directive>

It supports
  * Configureable layout of configuration files, i.e. which keywords,
    which directives (if any), syntax checks for values

  * Flexible configurations, i.e. using tabs, spaces or = as delimiters
    between keywords and values

  * Apache Webserver style configuration directives

  * Keywords with multiple values

  * Methods to gather loaded configuration values in Perl context, i.e.
    as hashtree, lists or single values

  * Ability to modify the configuration, after it has been loaded

  * Ability to store a modified configuration file back to disk

  * Full Perl OO access


INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc MyConfig2

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=MyConfig2

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/MyConfig2

    CPAN Ratings
        http://cpanratings.perl.org/d/MyConfig2

    Search CPAN
        http://search.cpan.org/dist/MyConfig2/


LICENSE AND COPYRIGHT

Copyright (C) 2013 Markus Guertler

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.