Read/Write .ini style files with as little code as possible

Edit Package perl-Config-Tiny

'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.

Refresh
Refresh
Source Files
Filename Size Changed
Config-Tiny-2.24.tgz 0000024329 23.8 KB
cpanspec.yml 0000000669 669 Bytes
perl-Config-Tiny.changes 0000005858 5.72 KB
perl-Config-Tiny.spec 0000002711 2.65 KB
Revision 17 (latest revision is 24)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 720161 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 17)
- Update to 0.24
  - Delete from caveats in documentation where it used to say:
          'Config::Tiny will only recognize the first time an option is set in a config file.'
          'Any further attempts to set the same option later in the config file are ignored.'
          In reality the code uses the 2nd and subsequent values to overwrite earlier values.
  - Make this topic a new FAQ.
  - Add corresponding test t/06.repeat.key.t.
  - Update POD to clarify trailing comment options.
  - Add corresponding test t/07.trailing.comment.t.
  - Romanize Gregory Kidrenko's name so Config::IniFiles does not get 'Wide char in print'.
  - Move xt/pod.t to xt/author/pod.t.
  - Adopt new repo structure. See
          http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html.
  - Move require 5.008001 from Tiny.pm into Makefile.PL.
Comments 1

Nalphih Manmu's avatar

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.

openSUSE Build Service is sponsored by