wok-current diff perl-config-tiny/description.txt @ rev 24440
Update some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 13 21:29:13 2022 +0000 (2022-02-13) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-config-tiny/description.txt Sun Feb 13 21:29:13 2022 +0000 1.3 @@ -0,0 +1,18 @@ 1.4 +Config::Tiny is a Perl class to read and write .ini style 1.5 +configuration files with as little code as possible, 1.6 +reducing load time and memory overhead. 1.7 + 1.8 +Most of the time it is accepted that Perl applications use 1.9 +a lot of memory and modules. 1.10 + 1.11 +The *::Tiny family of modules is specifically intended to 1.12 +provide an ultralight alternative to the standard modules. 1.13 + 1.14 +This module is primarily for reading human written files, 1.15 +and anything we write shouldn't need to have documentation 1.16 +or comments. 1.17 +If you need something with more power move up to Config::Simple, 1.18 +Config::General or one of the many other Config::* modules. 1.19 + 1.20 +Lastly, Config::Tiny does not preserve your comments, 1.21 +whitespace, or the order of your config file.