• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/Module/H01-Apr-2010-1,7061,252

lib/Config/H01-Apr-2010-44742

t/H01-Apr-2010-13692

ChangesH A D01-Apr-2010170 95

MANIFESTH A D01-Apr-2010429 2322

META.ymlH A D01-Apr-2010587 2827

Makefile.PLH A D01-Apr-2010270 1610

READMEH A D01-Apr-20101.2 KiB4930

README

1Config-MySQL
2
3This module extends Config::INI to support reading and writing MySQL-style
4configuration files.  Although deceptively similar to standard .INI files,
5they can include bare boolean options with no value assignment and additional
6features like !include and !includedir.
7
8INSTALLATION
9
10To install this module, run the following commands:
11
12	perl Makefile.PL
13	make
14	make test
15	make install
16
17SUPPORT AND DOCUMENTATION
18
19After installing, you can find documentation for this module with the
20perldoc command.
21
22    perldoc Config::MySQL
23
24You can also look for information at:
25
26    RT, CPAN's request tracker
27        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-MySQL
28
29    AnnoCPAN, Annotated CPAN documentation
30        http://annocpan.org/dist/Config-MySQL
31
32    CPAN Ratings
33        http://cpanratings.perl.org/d/Config-MySQL
34
35    Search CPAN
36        http://search.cpan.org/dist/Config-MySQL/
37
38
39COPYRIGHT AND LICENCE
40
41Copyright (C) 2010 Iain Arnell
42
43This program is free software; you can redistribute it and/or modify it
44under the terms of either: the GNU General Public License as published
45by the Free Software Foundation; or the Artistic License.
46
47See http://dev.perl.org/licenses/ for more information.
48
49