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

Search results for "module:Config::Any"

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::Any::XML - Load XML config files River stage three • 97 direct dependents • 830 total dependents

Loads XML files. Example: <config> <name>TestApp</name> <component name="Controller::Foo"> <foo>bar</foo> </component> <model name="Baz"> <qux>xyzzy</qux> </model> </config>...

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

Config::Any::CSV - Load CSV as config files River stage zero No dependents

This small module adds support of CSV files to Config::Any. Files with extension ".csv" are read with Text::CSV - see that module for documentation of the particular CSV format. By default, Config::Any::CSV enables the options "binary" and "allow_whi...

VOJ/Config-Any-CSV-0.05 - 27 Jan 2014 09:02:54 UTC

Config::Any::TT2 - Config::Any plugin for Config::TT2 files River stage zero No dependents

Loads Config::TT2 files. Example: [% # tt2 directive start-tag scalar = 'string' array = [ 10 20 30 ] # commas are optional rev = array.reverse # powerful virtual methods item = array.0 # interpolate previous value hash = { foo = 'bar' # hashes to an...

GAISSMAI/Config-Any-TT2-0.12 - 17 Sep 2012 11:23:23 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::Any::JSON - Load JSON config files River stage three • 97 direct dependents • 830 total dependents

Loads JSON 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::Find::Any - Perl base class for Config::Find River stage two • 5 direct dependents • 48 total dependents

Every Config::Find class has to be derived from this one and two methods have to be redefined, while the remainder can be utilized by the class as required. OVERRIDE METHODS $class->look_for_file($name, $write, $global) $class->look_for_dir_file($dir...

SALVA/Config-Find-0.31 - 26 May 2015 11:44:07 UTC

Config::Any::TOML - Load TOML config files River stage zero No dependents

Loads TOML files. See <https://github.com/mojombo/toml>...

MJEMMESON/Config-Any-TOML-0.002 - 03 Dec 2013 13:38:17 UTC

Config::Any::Base - Base class for loaders River stage three • 97 direct dependents • 830 total dependents

This is a base class for all loaders. It currently handles the specification of dependencies in order to ensure the subclass can load the config file format....

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

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

Loads YAML 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::Any::Perl - Load Perl config files River stage three • 97 direct dependents • 830 total dependents

Loads Perl 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::Any::Merge - Overrinding of configuration variables based on file order River stage zero No dependents

Config::Any returns your configuration as a hash of hashes keyed by the name of the configuration file. This module merges these hashes into a single hash. If the "override" paramter is set to 0 in the paramters for "load_files" or "load_stems", conf...

MDOM/Config-Any-Merge-0.08 - 22 Jun 2013 09:12:56 UTC

Config::Any::WTScript - Parse wtscript files. River stage zero No dependents

Parses a wtscript file and converts it to a set of test objects....

REHSACK/WWW-Mechanize-Script-0.101 - 10 May 2014 13:44:45 UTC

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

Loads Config::General files. Example: name = TestApp <Component Controller::Foo> foo bar bar [ arrayref-value ] </Component> <Model Baz> qux xyzzy </Model>...

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

Config::Any::Settings - Config::Any glue for Config::Settings River stage one • 1 direct dependent • 2 total dependents

BERLE/Config-Settings-0.02 - 01 Aug 2009 10:58:33 UTC

Config::Any::Log4perl - Config::Any loader for Log4perl config files River stage zero No dependents

Loads Log4perl configuration files. Example: ### sample.log4perl log4perl.logger = TRACE, SCREEN log4perl.appender.SCREEN = Log::Log4perl::Appender::Screen log4perl.appender.SCREEN.stderr = 1 log4perl.appender.SCREEN.layout = Log::Log4perl::Layout::P...

LOSYME/Config-Any-Log4perl-0.130020 - 02 Jan 2013 21:00:30 UTC

Config::Any::Properties - Config::Any loader for Java-style property files River stage zero No dependents

Loads Config::Properties property files....

PRAGMATIC/Config-Any-Properties-0.001001 - 26 Dec 2014 08:31:18 UTC

Config::Model::Backend::Any - Virtual class for other backends River stage two • 11 direct dependents • 11 total dependents

Some application have configuration files with a syntax which is not supported by existing "Config::Model::Backend::*" classes. In this case a new backend must be written. "Config::Model::Backend::Any" was created to facilitate this task. The new bac...

DDUMONT/Config-Model-2.153 - 14 Jul 2023 17:35:53 UTC

Perinci::Examples::Bin::Any::Config - Example CLI scripts related to config files River stage one • 1 direct dependent • 1 total dependent

This distribution contains the following scripts: * peri-eg-config-info...

PERLANCAR/Perinci-Examples-Bin-Any-Config-0.001 - 15 Jan 2018 16:08:37 UTC

CGI::Application::Plugin::Config::Any - Add Config::Any Support to CGI::Application River stage zero No dependents

This module allows to use Config::Any for config files inside a CGI::Application based application. This module is "work in progress" and subject to change without warning! (Config::Any provides a facility for Perl applications and libraries to load ...

MAB/CGI-Application-Plugin-Config-Any-0.14 - 17 Jul 2013 14:53:20 UTC
580 results (0.062 seconds)