JHIVER/Config-Mini-0.04 - 08 Jun 2008 12:24:56 UTC
Implements a simple configuration format. Used mainly for the transports config file. The configuration format is defined as follows ^# := comment ^[.+]$ := start block ^.+=.+$ := var, value pair The structure allows attribute (configuration) access ...
JOHANVDB/GSM-SMS-0.163 - 19 Jul 2011 16:07:30 UTC"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 *::Ti...
RSAVAGE/Config-Tiny-2.26 - 01 Feb 2021 06:19:54 UTCThis module reads INI files by following the spec presently found at http://www.cloanto.com/specs/ini.html . It supports most of the spec, including multi-valued keys (separated by commas), double-quoted values, and free comments, and overide of earl...
IOANNIS/Config-Format-Ini-0.07 - 24 Jul 2008 02:15:37 UTCConfig::Merge is a configuration module which has six goals: * Flexible storage Store all configuration in your format(s) of choice (YAML, JSON, INI, XML, Perl, Config::General / Apache-style config) broken down into individual files in a configurati...
DRTECH/Config-Merge-1.04 - 25 Aug 2014 12:52:11 UTCSHERZODR/Config-Simple-4.58 - 10 Feb 2005 18:58:42 UTC
Config::IniFiles provides a way to have readable configuration files outside your Perl script. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash....
SHLOMIF/Config-IniFiles-3.000003 - 24 Mar 2020 15:45:08 UTCThis module reads IOD configuration files (IOD is an INI-like format with more precise specification, some extra features, and 99% compatible with typical INI format). It is a minimalist alternative to the more fully-featured Config::IOD. It cannot w...
PERLANCAR/Config-IOD-Reader-0.342 - 17 Jan 2019 12:50:27 UTCA simple configuration file reader for a configuration written as an ini file. Although fairly primitive (essentially everything is a line-bounded string) it is a widespread format....
NICZERO/Mojar-2.201 - 03 Jun 2017 22:37:59 UTCMVP is a mechanism for loading configuration (or other information) for libraries. It doesn't read a file or a database. It's a helper for things that do. The idea is that you end up with a Config::MVP::Sequence object, and that you can use that obje...
RJBS/Config-MVP-2.200012 - 10 Jan 2021 00:52:16 UTCConfig::Any provides a facility for Perl applications and libraries to load configuration data from multiple different file formats. It supports XML, YAML, JSON, Apache-style configuration, Windows INI files, and even Perl code. The rationale for thi...
HAARG/Config-Any-0.32 - 23 Apr 2017 21:53:11 UTCAn *ini-style configuration file* is a textual file consisting of settings grouped into one or more sections. A *setting* has the form KEYWORD = VALUE where *KEYWORD* is the setting name and *VALUE* is its value. Syntactically, *VALUE* is anything to...
SGRAY/Config-Parser-1.05 - 12 Feb 2021 20:46:49 UTCThis module implements yet another damn configuration-file system. The configuration language is deliberately simple and limited, and the module works hard to preserve as much information (section order, comments, etc.) as possible when a configurati...
BRICKER/Config-Std-0.903 - 07 Oct 2017 02:48:11 UTCUse this module when you want use "Yet Another" very simple, light weight configuration file reader. The module simply returns a reference to a single hash for you to read configuration values from, and uses the same hash to write a new config file....
ATRICKETT/Config-Trivial-0.81 - 23 May 2014 13:04:52 UTCThis module was written after having to write Yet Another Config File Parser for some variety of colon-separated config. I decided "never again". Config::Auto aims to be the most "DWIM" config parser available, by detecting configuration styles, incl...
BINGOS/Config-Auto-0.44 - 01 Mar 2014 23:32:57 UTC"MySQL::Config" emulates the "load_defaults" function from libmysqlclient. Just like "load_defaults", it will fill an aray with long options, ready to be parsed by "getopt_long", a.k.a. "Getopt::Long"....
DARREN/MySQL-Config-1.04 - 02 Aug 2008 15:57:30 UTCConfig::Model enables a project developer to provide an interactive configuration editor (graphical, curses based or plain terminal) to users. To provide these tools, Config::Model needs: * A description of the structure and constraints of the projec...
DDUMONT/Config-Model-2.141 - 17 Jan 2021 18:04:01 UTCThe basic task is to take some description of offered parameters and return a hash ref with values for these parameters, influenced by the command line and/or configuration files. The simple loop from many years ago now is about the most comprehensiv...
THORGIS/Config-Param-3.002000 - 05 Mar 2016 13:46:13 UTC"DB::Color::Config" 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 ...
OVID/DB-Color-0.20 - 21 Nov 2015 10:55:09 UTC