Search results for "module:Config"
Config::DB - DataBase Configuration module
This module provides easy ways to make a one shot read of configuration database where tables have an unique key. It requires a DB connection (though a DBI::connect parameter ARRAY) and the list of the tables to read with relative key associated....
ICC/Config-DB-0.2 - 07 Jan 2012 22:43:08 UTC
Config::PP - lightweight configuration file manager that uses Pure Perl to serialize.
Config::PP is lightweight configuration file manager that uses Pure Perl to serialize....
PUNYTAN/Config-PP-0.04 - 09 Mar 2012 08:53:44 UTC
Config::PL - Using '.pl' file as a configuration
Config::PL is a utility module for using '.pl' file as a configuration. This module provides "config_do" function for loading '.pl' file. Using '.pl' file which returns HashRef as a configuration is a good idea. We can write flexible and DRY configur...
SONGMU/Config-PL-0.03 - 08 Feb 2021 06:01:34 UTC
Config::SL - Configuration file abstraction for Silver Lining applications
This package is responsible for handling Silver Lining configuration data. It should make our lives less complex. It is an abstraction of Config::ApacheFormat, and looks for the configuration file sl.conf in various locations....
PHRED/Config-SL-0.01 - 09 Aug 2010 19:29:11 UTC
BW::Config
BW::Config reads and parses simple configuration files....
BILLW/bw-lib-1.4 - 11 Mar 2010 17:11:04 UTC
Config::DBI - database connection support via Config::ApacheFormat files
Config::DBI is a module based on 2 years of developing and using DBIx::Connect. For most usage, DBIx::Connect was fine. However two principal issues began to loom with continued usage. First, AppConfig is very hard to use and understand. So maintenan...
TBONE/Config-DBI-1.8 - 20 Nov 2004 05:48:33 UTC
Config::AST - abstract syntax tree for configuration files
This module aims to provide a generalized implementation of parse tree for various configuration files. It does not implement parser for any existing configuration file format. Instead, it provides an API that can be used by parsers to build internal...
SGRAY/Config-AST-1.07 - 12 Feb 2021 20:35:35 UTC
Config::Any - Load configuration from different file formats, transparently
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
Rex::Config - Handles Rex configuration
This module holds all configuration options for Rex, and also allows you to specify your own ones for your modules. Please take a look at Rex::Commands first, which provides convenience wrappers for many of these options. While it's possible to use t...
FERKI/Rex-1.14.3 - 05 Aug 2023 19:38:49 UTC
Config::Dot - Module for simple configure file parsing.
SKIM/Config-Dot-0.09
-
11 Jan 2020 22:42:13 UTC
Config::Cmd - Command line to config file two way interface
This module makes it easy to take a set of command line options, store them into a config file, and read them later in for passing to an external program. Part of this distribution is a command line program configcmd for writing these options into a ...
HEIKKI/Config-Cmd-0.002 - 01 Jan 2013 09:21:18 UTC
XML::Config
XML::Config is a simple shallow XML to hash converter. Given a configuration file in the form: <goxml_config process="spider"> <foo>Bar</foo> <bar>Foo</bar> </goxml_config> ... XML::Config->load_conf returns: { foo => 'bar', bar => 'foo' } XML::Confi...
MATTMK/XML-Config-0.2 - 22 May 2000 01:22:04 UTC
PXP::Config
PXP::Config is a PXP component which provides a unified and simplified API for the PXP server and PXP plugins to read and store there configuration. PXP::Config uses the XML::Simple module to access a centralized XML configuration file. This file (/o...
DBARTH/PXP-0.1.2 - 24 Mar 2005 12:29:55 UTC
Config::Pod - Configuration files in POD format
Config::Pod allows configuration files to be written in POD. Any text may be included at any location without affecting the configuration since Config::Pod only pays attention to lines beginning with `='. Headings must be properly nested (head1 follo...
JSMITH/Config-Pod-0.01 - 24 Sep 2001 20:40:31 UTC
Config::Ant - load Ant-style property files
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
Tie::Config - class definitions for tied hashes config file reading
Tied config file reader...
KOZO/Tie-Config-0.04 - 29 Jan 2002 14:43:16 UTC
Config::ENV - Various config determined by %ENV
Config::ENV is for switching various configurations by environment variable....
ANATOFUZ/Config-ENV-0.19 - 11 Jun 2022 02:10:49 UTC