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

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (8 weeks 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.