wok annotate 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 (24 months ago)
parents
children
rev   line source
Hans-G?nter@24188 1 Config::Tiny is a Perl class to read and write .ini style
Hans-G?nter@24188 2 configuration files with as little code as possible,
Hans-G?nter@24188 3 reducing load time and memory overhead.
Hans-G?nter@24188 4
Hans-G?nter@24188 5 Most of the time it is accepted that Perl applications use
Hans-G?nter@24188 6 a lot of memory and modules.
Hans-G?nter@24188 7
Hans-G?nter@24188 8 The *::Tiny family of modules is specifically intended to
Hans-G?nter@24188 9 provide an ultralight alternative to the standard modules.
Hans-G?nter@24188 10
Hans-G?nter@24188 11 This module is primarily for reading human written files,
Hans-G?nter@24188 12 and anything we write shouldn't need to have documentation
Hans-G?nter@24188 13 or comments.
Hans-G?nter@24188 14 If you need something with more power move up to Config::Simple,
Hans-G?nter@24188 15 Config::General or one of the many other Config::* modules.
Hans-G?nter@24188 16
Hans-G?nter@24188 17 Lastly, Config::Tiny does not preserve your comments,
Hans-G?nter@24188 18 whitespace, or the order of your config file.