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

Search results for "module:Config::Tiny"

Config::Tiny - Read/Write .ini style files with as little code as possible River stage three • 137 direct dependents • 277 total dependents

"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.30 - 12 Oct 2023 23:47:12 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

Config::YAML::Tiny - simple reading and writing of YAML-formatted configuration files using YAML::Tiny River stage one • 1 direct dependent • 1 total dependent

Config::YAML is a somewhat object-oriented wrapper around the YAML module which makes reading and writing configuration files simple. Handling multiple config files (e.g. system and per-user configuration, or a gallery app with per-directory configur...

TIMA/Config-YAML-Tiny-1.42.0 - 04 Dec 2010 20:27:37 UTC

Config::Plugin::Tiny - A plugin which uses Config::Tiny River stage one • 2 direct dependents • 2 total dependents

When you 'use' this module (as in the Synopsis), it automatically imports into your class the method "config_tiny($file_name)" to give you access to config data stored in an *.ini file....

RSAVAGE/Config-Plugin-Tiny-1.02 - 01 Feb 2021 06:49:15 UTC

Config::Tiny::Ordered - Read/Write ordered .ini style files with as little code as possible River stage one • 1 direct dependent • 6 total dependents

"Config::Tiny::Ordered" is a perl class to read and write .ini style configuration files with as little code as possible. Read more in the docs for "Config::Tiny". This module is primarily for reading human written files, and anything we write should...

RSAVAGE/Config-Tiny-Ordered-1.03 - 01 Feb 2021 07:19:56 UTC

Tiny::OpenSSL::Config - Load default Tiny::OpenSSL configuration River stage zero No dependents

JFWILKUS/Tiny-OpenSSL-0.1.3 - 06 Oct 2015 20:43:48 UTC

Config::Tiny::Singleton - singleton-pattern implementation for Config::Tiny River stage zero No dependents

You may make many modules and some config-files when you build large applications. There are several ways to handle configs. One is to create new config-object in each packages that need data set in config-files. However, this will make your app's pe...

LYOKATO/Config-Tiny-Singleton-0.02 - 24 Jun 2005 17:18:07 UTC

Config::TinyDNS - Manipulate tinydns' data file River stage zero No dependents

Tinydns, the DNS server in Dan Bernstein's djbdns package, uses a simple line-based format instead of a zone file. The format was designed to be easy for machines to parse, so it sometimes requires rather a lot of repetition. This module provides fun...

BMORROW/Config-TinyDNS-1 - 01 Jan 2011 13:39:01 UTC

Config::Plugin::TinyManifold - A plugin which uses Config::Tiny with 1 of N sections River stage zero No dependents

When you 'use' this module (as in the Synopsis), it automatically imports into your class the method "config_maifold($file_name)" to give you access to config data stored in an *.ini file. But more than that, it uses a value from the config file to s...

RSAVAGE/Config-Plugin-TinyManifold-1.02 - 01 Feb 2021 06:50:42 UTC

Gantry::Conf::Provider::FlatFile::Config::Tiny - Uses Config::Tiny to configure your Gantry application River stage one • 3 direct dependents • 3 total dependents

This allows Gantry::Conf to handle files in a Config::Tiny ( aka INI ) style....

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

Paws - A Perl SDK for AWS (Amazon Web Services) APIs River stage two • 9 direct dependents • 11 total dependents

Paws is an attempt to develop an always up-to-date SDK that covers all possible AWS services....

JROBINSON/Paws-0.46 - 20 Jan 2024 12:10:03 UTC

Config::Ant - load Ant-style property files River stage zero No dependents

Apache Ant uses property files with substitutions in them, which are very helpful for maintaining a complex set of related properties. This component is a subclass of Config::Tiny which includes the Ant-style substitution systems. Ant properties are ...

SNKWATT/Config-Ant-0.01 - 22 Sep 2010 21:36:26 UTC

Beam::Wire - Lightweight Dependency Injection Container River stage two • 9 direct dependents • 18 total dependents

Beam::Wire is a configuration module and a dependency injection container. In addition to complex data structures, Beam::Wire configures and creates plain old Perl objects. A dependency injection (DI) container creates an inversion of control: Instea...

PREACTION/Beam-Wire-1.025 - 08 Jul 2021 23:20:58 UTC

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::AWS - Parse AWS config files River stage two • 1 direct dependent • 12 total dependents

Config::AWS is a small distribution with generic methods to correctly parse the contents of config files for the AWS CLI client as described in the AWS documentation <https://docs.aws.amazon.com/cli/latest/topic/config-vars.html>. Although it is comm...

JJATRIA/Config-AWS-0.12 - 02 Jun 2023 16:36:28 UTC

Config::Any - Load configuration from different file formats, transparently River stage three • 97 direct dependents • 830 total dependents

Config::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.33 - 03 May 2023 15:24:49 UTC

Config::Wild - parse an application configuration file with wildcard keywords River stage zero No dependents

This module reads *key - value* data pairs from a file. What sets it apart from other configuration systems is that keys may contain Perl regular expressions, allowing one entry to match multiple requested keys. Configuration information in the file ...

DJERIUS/Config-Wild-2.02 - 28 Jun 2017 20:16:23 UTC

Toader::Config - Represents the Toader config. River stage zero No dependents

VVELOX/Toader-1.2.1 - 08 Jan 2016 08:28:23 UTC

Config::IniMan - INI file manager object style preserved format and sort order. River stage zero No dependents

This module reads and writes INI files in object style and preserves original files sort order, comments, empty lines, and multi lines parameters. It is basically built on the top of using the Tie::IxHash module which implements Perl hashes that pres...

MEWSOFT/Config-IniMan-1.20 - 15 May 2014 17:43:44 UTC

Helios::Config - base class for Helios configuration system River stage one • 5 direct dependents • 5 total dependents

Helios::Config is the standard class for determining configuration information in the Helios framework. It handles parsing configuration information from the Helios configuration file, and determining the configuration for services from information i...

LHELION/Helios-2.83 - 16 Aug 2015 19:04:14 UTC
55 results (0.036 seconds)