Read/Write .ini style files with as little code as possible
'Config::Tiny' is a perl class to read and write .ini style configuration
files with as little code as possible, reducing load time and memory
overhead. Most of the time it is accepted that Perl applications use a lot
of memory and modules. The '::Tiny' family of modules is specifically
intended to provide an ultralight alternative to the standard modules.
This module is primarily for reading human written files, and anything we
write shouldn't need to have documentation/comments. If you need something
with more power move up to the Config::Simple manpage, the Config::General
manpage or one of the many other 'Config::' modules. To rephrase, the
Config::Tiny manpage does *not* preserve your comments, whitespace, or the
order of your config file.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/perl-Config-Tiny && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
Config-Tiny-2.30.tgz | 0000026973 26.3 KB | |
cpanspec.yml | 0000000669 669 Bytes | |
perl-Config-Tiny.changes | 0000009111 8.9 KB | |
perl-Config-Tiny.spec | 0000002638 2.58 KB |
Latest Revision
- Fix disabling of __perllib_provides
Comments 1
The main purpose of this module is to read files created by humans; whatever we write shouldn't require comments or documentation. I have seen the geometry dash lite data provided by the documents. Wanting to learn more requires research. I will definitely like it.