https://github.com/kilna/perl-config-iniplus
Module for reading and writing extended-syntax INI files which can contain nested structures.
https://github.com/kilna/perl-config-iniplus
Last synced: 8 months ago
JSON representation
Module for reading and writing extended-syntax INI files which can contain nested structures.
- Host: GitHub
- URL: https://github.com/kilna/perl-config-iniplus
- Owner: kilna
- License: artistic-2.0
- Created: 2015-10-26T21:04:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-14T00:36:40.000Z (almost 10 years ago)
- Last Synced: 2024-12-31T06:31:00.428Z (9 months ago)
- Language: Perl
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
Config-INIPlus
Module for reading and writing extended-syntax INI files which can contain
nested structures.INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc Config::INIPlus
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-INIPlusAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Config-INIPlusCPAN Ratings
http://cpanratings.perl.org/d/Config-INIPlusSearch CPAN
http://search.cpan.org/dist/Config-INIPlusCOPYRIGHT AND LICENCE
Copyright (C) 2012 Kilna Companies
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.