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::XML"

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::Merge - load a configuration directory tree containing YAML, JSON, XML, Perl, INI or Config::General files River stage one • 2 direct dependents • 2 total dependents

Config::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 UTC

Config::XMLPerl - Configuration files based in XML, where Perl data codes as XML values are enabled. River stage zero No dependents

This module enable the use of normal XML files as configuration files, but also enable Perl data codes as definition of values. The XML also don't need to be well formatted, soo you can write by hand a wild XML file and use it normally....

GMPASSOS/Config-XMLPerl-0.01 - 16 Jan 2004 02:01:17 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

Nile::Config - Configuration file manager. River stage zero No dependents

Nile::Config - Configuration file manager. Configuration files are xml files stored in the application config folder. You can load and manage any number of configuration files. This class extends Nile::XML class, therefore all methods from Nile::XML ...

MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC

Config::Auto - Magical config file parser River stage two • 9 direct dependents • 12 total dependents

This 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

Config::Path River stage zero No dependents

Config::Path is a Yet Another Config module with a few twists that were desired for an internal project: Multiple files merged into a single, flat hash Path-based configuration value retrieval Support for loading all config files in a directory Sane ...

GPHAT/Config-Path-0.13 - 19 Oct 2012 23:13:05 UTC

Config::JSON - A JSON based config file system. River stage one • 8 direct dependents • 9 total dependents

This package parses the config files written in JSON. It also does some non-JSON stuff, like allowing for comments in the files. If you want to see it in action, it is used as the config file system in WebGUI <http://www.webgui.org/>. Why? Why build ...

RIZEN/Config-JSON-1.5202 - 25 Dec 2014 23:07:43 UTC

GRNOC::Config - The GRNOC Default Config parser River stage zero No dependents

BMERUGUR/GRNOC-Config-1.0.9 - 28 May 2019 18:12:35 UTC

Log::Channel - yet another logging package River stage zero No dependents

Allows for code to specify channels for delivery of logging messages, and for users of the code to control the delivery and formatting of the messages. Yes, this is yet another logging module. Some differences between Log::Channel and other logging p...

JMAY/Log-Channel-0.7 - 28 Mar 2005 06:13:02 UTC

Config::Magic - Perl extension for reading all kinds of configuration files River stage zero No dependents

This module uses Parse::RecDescent to generate a parse tree for nearly any kind of configuration file. You can even combine files/configuration types. It understands XML, Apache-style, ini files, csv files, and pretty much everything else I could fin...

RUSTYP/Config-Magic-0.801 - 09 Sep 2005 17:35:33 UTC

Config::Context - Add < <Location >> and < <LocationMatch >> style context matching to hierarchical configfile formats such as Config::General, XML::Simple and Config::Scoped River stage one • 2 direct dependents • 3 total dependents

Introduction This module provides a consistent interface to many hierarchical configuration file formats such as Config::General, XML::Simple and Config::Scoped. It also provides Apache-style context matching. You can include blocks of configuration ...

MGRAHAM/Config-Context-0.10 - 07 Nov 2005 00:11:12 UTC

Config::INIPlus - Read and write INI-style config files with structure extensions River stage zero No dependents

KILNA/Config-INIPlus-v1.0.3 - 30 Aug 2012 07:57:14 UTC

Config::General - Generic Config Module River stage three • 102 direct dependents • 176 total dependents

This module opens a config file and parses its contents for you. The new method requires one parameter which needs to be a filename. The method getall returns a hash which contains all options and its associated values of your config file. The format...

TLINDEN/Config-General-2.65 - 10 Apr 2022 12:19:43 UTC

Java::SJ::Config - SJ Configuration File River stage zero No dependents

This module represents SJ configurations. It uses XML::XPath to parse configuration files and generates objects to represent the directives. Unless you're working on the module what you really want to know is what directives are allowed and their mea...

WIGGLY/Java-SJ-0.01 - 20 Jul 2003 18:55:20 UTC

Workflow::Config - Parse configuration files for the workflow components River stage zero No dependents

Read in configurations for the various workflow components. Currently the class understands XML (preferred) and serialized Perl data structures as valid configuration file formats. (I tried to use INI files but there was too much deeply nested inform...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC

Config::Settings - Parsing pleasant configuration files River stage one • 1 direct dependent • 2 total dependents

Rationale The first thing that probably comes to most people's mind when they see this module is "Why another Config:: module?". So I feel I should probably first explain what motivated me to write this module in the first place before I go into more...

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

Config::Constants - Configuration variables as constants River stage zero No dependents

Using configuration files can help to make you code more flexible. However, this flexiblity comes at a cost of reading and parsing the configuration file, and then making the configuration information available to your application. Most times this is...

STEVAN/Config-Constants-0.03 - 05 May 2005 15:59:13 UTC

Config::Interactive - config module with support for interpolation, XML fragments and interactive UI River stage zero No dependents

This module opens a config file and parses it's contents for you. The *new()* method accepts several parameters. The method 'parse' returns a hash reference which contains all options and it's associated values of your config file as well as comments...

MPG/Config-Interactive-0.04 - 17 Jun 2008 00:37:10 UTC

SWISH::Prog::Config - read/write Swish-e config files River stage one • 7 direct dependents • 8 total dependents

The SWISH::Prog::Config class is intended to be accessed via SWISH::Prog->new(). See the Swish-e documentation for a list of configuration parameters. Each parameter has an accessor/mutator method as part of the Config object. Some preliminary compat...

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC
47 results (0.052 seconds)