table of contents
Config::MySQL(3) | User Contributed Perl Documentation | Config::MySQL(3) |
NAME¶
Config::MySQL - Read and write MySQL-style configuration files
VERSION¶
Version 0.01
DESCRIPTION¶
This module extends Config::INI to support reading and writing MySQL-style configuration files. Although deceptively similar to standard ".INI" files, they can include bare boolean options with no value assignment and additional features like "!include" and "!includedir".
SEE ALSO¶
AUTHOR¶
Iain Arnell, "<iarnell at gmail.com>"
BUGS¶
Please report any bugs or feature requests to "bug-config-ini-mysql at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Config-MySQL>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT¶
You can find documentation for this module with the perldoc command.
perldoc Config::MySQL
You can also look for information at:
- RT: CPAN's request tracker
- AnnoCPAN: Annotated CPAN documentation
- CPAN Ratings
- Search CPAN
ACKNOWLEDGEMENTS¶
Thanks to Ricardo Signes for Config-INI.
COPYRIGHT & LICENSE¶
Copyright 2010 Iain Arnell.
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.
2017-10-03 | perl v5.40.0 |