The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Config::Ini"

Config::INI - simple .ini-file format River stage three • 54 direct dependents • 913 total dependents

RJBS/Config-INI-0.029 - 14 Jan 2023 02:00:22 UTC

Config::Any::INI - Load INI config files River stage three • 97 direct dependents • 830 total dependents

Loads INI files. Example: name=TestApp [Controller::Foo] foo=bar [Model::Baz] qux=xyzzy...

HAARG/Config-Any-0.33 - 03 May 2023 15:24:49 UTC

Config::IOD::INI - Read and write INI configuration files River stage two • 9 direct dependents • 11 total dependents

This module is just a Config::IOD subclass. It uses the following defaults to make the reader's behavior closer to a typical "regular INI files parser". enable_directive = 0 enable_encoding = 0 enable_quoting = 0 enable_bracket = 0 enable_brace = 0 e...

PERLANCAR/Config-IOD-0.353 - 16 May 2022 00:05:08 UTC

Config::INI::Tiny - Parse INI configuration in extremely little code River stage one • 1 direct dependent • 2 total dependents

This is an extremely small amount of code for parsing the INI configuration format, in its simplest form, as known from Microsoft Windows. Its design focuses on making it easy to extract whichever level of semantics you need from your configuration: ...

ARISTOTLE/Config-INI-Tiny-0.106 - 03 Jul 2023 01:36:40 UTC

Mojar::Config::Ini - Ini-style configuration utility for standalone code River stage one • 5 direct dependents • 5 total dependents

A 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 UTC

Config::Parser::Ini - configuration file parser for ini-style files River stage one • 3 direct dependents • 3 total dependents

An *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 UTC

Config::INI::Access - Syntactic sugar for accessing data from .ini-files River stage zero No dependents

Module exports the only user subroutine "config". You should first load the .ini-file calling "load()" method, and then receive access to the structure of configuration via Perl's pointer "->". INI structure is in fact a hash, but rather than typing ...

ANDY/Config-INI-Access-0.9999 - 08 Jan 2009 12:33:44 UTC

Config::INI::Writer - a subclassable .ini-file emitter River stage three • 54 direct dependents • 913 total dependents

Config::INI::Writer is *yet another* config module implementing *yet another* slightly different take on the undeniably easy to read ".ini" file format. Its default behavior is quite similar to that of Config::Tiny, on which it is based. The chief di...

RJBS/Config-INI-0.029 - 14 Jan 2023 02:00:22 UTC

Config::INI::Reader - a subclassable .ini-file parser River stage three • 54 direct dependents • 913 total dependents

Config::INI::Reader is *yet another* config module implementing *yet another* slightly different take on the undeniably easy to read ".ini" file format. Its default behavior is quite similar to that of Config::Tiny, on which it is based. The chief di...

RJBS/Config-INI-0.029 - 14 Jan 2023 02:00:22 UTC

Config::Format::Ini - Reads INI configuration files River stage zero No dependents

This 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 UTC

Config::Backend::INI - a .ini file backend for conf River stage zero No dependents

This module uses Config::IniFiles for reading and writing .INI files. Each call to "set()" or "del()" will immediately result in a commit to the .ini file. "new(filename) --> Config::Backend::INI" Invoked with a valid filename, will return a Config::...

OESTERHOL/Config-Backend-INI-0.12 - 11 Apr 2004 22:53:16 UTC

Config::INI::RefVars - INI file reader that supports make-style variable references and multiple assignment operators. River stage zero No dependents

INTRODUCTION This module provides an INI file reader that allows INI variables and environment variables to be referenced within the INI file. It also supports some additional assignment operators. Minimum version of perl required to use this module:...

AAHAZRED/Config-INI-RefVars-0.16 - 09 Apr 2024 05:58:01 UTC

Config::AutoConf::INI - Drive Config::AutoConf with an INI file River stage one • 1 direct dependent • 5 total dependents

This module is a extending Config::AutoConf, using a INI-like config file....

JDDPAUSE/Config-AutoConf-INI-0.005 - 23 Feb 2017 06:12:54 UTC

Config::Abstract::Ini - Perl extension for handling ini style files River stage zero No dependents

Have you ever wanted an easy to use interface to your own config files, but ended up doing 'require mysettings.pl' because you couldn't be bothered? Config::Abstract::Ini solves that for you, giving you an object in exchange for the name of your sett...

AVAJADI/Config-Abstract-0.16 - 06 Jul 2008 22:36:36 UTC

Config::INI::Serializer - Round-trip INI serializer for nested data River stage two • 3 direct dependents • 15 total dependents

This library is the carved-out INI-file handling from App::Context, namely the essential functions from <App:Serializer::Ini> and App::Reference. *OH NOES - JET ANOTHR INI MOTULE!* - but this one turned out to work better for INI-like nested data ser...

SCHWIGON/Config-INI-Serializer-0.002 - 03 Oct 2015 07:02:00 UTC

OpenPlugin::Config::Ini - Read Ini style configuration files River stage zero No dependents

ERIC/OpenPlugin-0.11 - 29 Aug 2003 03:04:25 UTC

Config::MVP::Reader::INI - an MVP config reader for .ini files River stage three • 7 direct dependents • 811 total dependents

Config::MVP::Reader::INI reads .ini files containing MVP-style configuration....

RJBS/Config-MVP-Reader-INI-2.101465 - 01 Jan 2023 02:27:22 UTC

Config::IOD::INI::Reader - Read INI configuration files (using Config::IOD::Reader) River stage three • 25 direct dependents • 517 total dependents

This module is just a Config::IOD::Reader subclass. It uses the following defaults to make the reader's behavior closer to a typical "regular INI files parser". enable_directive = 0 enable_encoding = 0 enable_quoting = 0 enable_bracket = 0 enable_bra...

PERLANCAR/Config-IOD-Reader-0.345 - 17 May 2022 00:06:07 UTC

Config::MVP::Writer::INI - Build an INI file for Config::MVP River stage one • 2 direct dependents • 2 total dependents

This class takes a collection of Config::MVP style data structures and writes them to a string in INI format. One usage example would be to create a roughly equivalent INI file from the output of a plugin bundle (Dist::Zilla, Pod::Weaver, etc.). The ...

RWSTAUNER/Config-MVP-Writer-INI-0.005 - 06 Sep 2017 14:50:49 UTC

OpenInteract::Config::Ini - Read/write INI-style (++) configuration files River stage zero No dependents

This is a very simple implementation of a configuration file reader/writer that preserves comments and section order, enables multivalue fields and one or two-level sections. Yes, there are other configuration file modules out there to manipulate INI...

CWINTERS/OpenInteract-1.62 - 01 Oct 2004 03:29:29 UTC
124 results (0.038 seconds)