wok view perl-config-tiny/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents
children
line source
1 Config::Tiny is a Perl class to read and write .ini style
2 configuration files with as little code as possible,
3 reducing load time and memory overhead.
5 Most of the time it is accepted that Perl applications use
6 a lot of memory and modules.
8 The *::Tiny family of modules is specifically intended to
9 provide an ultralight alternative to the standard modules.
11 This module is primarily for reading human written files,
12 and anything we write shouldn't need to have documentation
13 or comments.
14 If you need something with more power move up to Config::Simple,
15 Config::General or one of the many other Config::* modules.
17 Lastly, Config::Tiny does not preserve your comments,
18 whitespace, or the order of your config file.