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

Search results for "config::inifiles"

Config::IniFiles - A module for reading .ini-style configuration files. River stage three • 85 direct dependents • 146 total dependents

Config::IniFiles provides a way to have readable configuration files outside your Perl script. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash....

SHLOMIF/Config-IniFiles-3.000003 - 24 Mar 2020 15:45:08 UTC - Search in distribution

CPANPLUS::YACSmoke::IniFiles - A module for reading .ini-style configuration files. River stage one • 1 direct dependent • 1 total dependent

Config::IniFiles provides a way to have readable configuration files outside your Perl script. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash....

BINGOS/CPANPLUS-YACSmoke-1.08 - 30 Apr 2019 10:47:51 UTC - Search in distribution

CGI::Application::Plugin::Config::IniFiles - Add Config::IniFiles support to CGI::Application. River stage zero No dependents

This module works as plugin for Config::IniFiles to be easily used inside CGI::Application module. Module provides tree calls: "config_file()", "config()" and "cfg()"....

ARTO/CGI-Application-Plugin-Config-IniFiles-0.03 - 26 Oct 2007 06:04:04 UTC - Search in distribution

Package::Role::ini - Perl role for "ini" object the returns a Config::IniFiles object River stage one • 1 direct dependent • 1 total dependent

Perl role for "ini" object that returns a Config::IniFiles object against a default INI file name and location...

MRDVT/Package-Role-ini-0.07 - 13 Nov 2020 20:14:13 UTC - Search in distribution

IOD - IOD (INI On Drugs) file format specification River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/IOD-0.9.12 - 17 Aug 2017 09:42:18 UTC - Search in distribution

Kafka - Apache Kafka low-level synchronous API, which does not use Zookeeper. River stage one • 2 direct dependents • 2 total dependents

The user modules in this package provide an object oriented API. The IO agents, requests sent, and responses received from the Apache Kafka or mock servers are all represented by objects. This makes a simple and powerful interface to these services. ...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:34:19 UTC - Search in distribution
  • Kafka - Apache Kafka low-level synchronous API, which does not use Zookeeper.

Luka - Exception handling and reporting framework River stage zero No dependents

Luka is an exception handling and reporting framework. It's useful to look at it as an event handling framework. It comes from operational understanding of networks. Scenario that Luka is addressing is following: on a network with multiple hosts runn...

TPG/Luka-1.07 - 17 Jul 2006 22:08:14 UTC - Search in distribution
  • Luka::Conf - Configuration file interface class.

User - API for locating user information regardless of OS River stage two • 2 direct dependents • 35 total dependents

This module is allows applications to retrieve per-user characteristics....

TBONE/User-1.9 - 03 Jun 2010 20:32:55 UTC - Search in distribution

logstatsd - generate summary statistics from log files River stage zero No dependents

Monitoring an application frequently involves monitoring it's log file(s). Log files may contain hundreds or thousands of events per minute. Parsing the entire log file can be a very cpu intensive task making near-real-time reporting or monitoring di...

VVU/Log-Statistics-0.051 - 25 Oct 2009 20:01:12 UTC - Search in distribution

arcxd - standalone ARCv2 server River stage zero No dependents

This file is the scripts, which can be used, to start the ARCv2 server from the command line....

PBOETTCH/ARCv2-1.05 - 13 Apr 2005 10:48:53 UTC - Search in distribution

dump-ini - Dump INI as hash of hashes structure River stage one • 2 direct dependents • 2 total dependents

PERLANCAR/App-INIUtils-0.034 - 15 Dec 2019 16:47:27 UTC - Search in distribution

Grid::Request - An API for submitting jobs to a computational grid such as SGE or Condor. River stage zero No dependents

An API for submitting work to a Distributed Resource Management (DRM) system such as Sun Grid Engine (SGE) or Condor....

VICTORF/Grid-Request-0.12 - 26 Nov 2018 21:27:49 UTC - Search in distribution

Data::Babel - Translator for biological identifiers River stage zero No dependents

Data::Babel translates biological identifiers based on information contained in a database. Each Data::Babel object provides a unique mapping over a set of identifier types. The system as a whole can contain multiple Data::Babel objects; these may sh...

NATG/Data-Babel-1.13 - 29 Oct 2013 13:07:02 UTC - Search in distribution

ClearPress - Simple, vaguely-MVC web application framework - http://clearpress.net/ River stage zero No dependents

Application Structure /cgi-(bin|perl)/application /lib/application/model/*.pm /lib/application/view/*.pm /data/config.ini /data/templates/*.tt2 Application Setup The simplest method for setting up a clearpress application is to use the 'clearpress' s...

RPETTETT/ClearPress-v2021.1.5 - 18 Aug 2021 11:47:45 UTC - Search in distribution

INSTALL - How to install Business::Shipping River stage one • 1 direct dependent • 1 total dependent

DBROWNING/Business-Shipping-3.1.0 - 07 Mar 2011 08:03:07 UTC - Search in distribution

smokeinabox - CPAN Tester smoke environment boxed River stage zero No dependents

smokeinabox is a standalone boxed CPAN Tester smoke environment. Built on CPANPLUS and CPANPLUS::YACSmoke it enables an individual to simply download this distribution, extract it somewhere, add their email address and optionally an email gateway to ...

BINGOS/smokeinabox-0.24 - 16 Jul 2010 19:41:28 UTC - Search in distribution

Shell::Tools - Perl extension to reduce boilerplate in Perl shell scripts River stage zero No dependents

This module exports a collection of functions from several core Perl modules which can often be very useful when writing Perl shell scripts. See also Shell::Tools::Extra, which exports additional CPAN modules' functions and classes. Warning This modu...

HAUKEX/Shell-Tools-0.04 - 23 May 2015 22:08:30 UTC - Search in distribution

encpassw.pl - Encrypts password in .ini files River stage zero No dependents

Reads the value of a property "password" in a configuration file ('a la' ".ini" style), and rewrites the value with the result of its encryption. Style ".ini" configuration files are those with a syntax compatible with "Config::IniFiles", and briefly...

ECASTILLA/DBIx-PasswordIniFile-2.00 - 04 Jan 2011 12:48:22 UTC - Search in distribution
  • DBIx::PasswordIniFile - Manages DBI connections with password and other params stored in a .ini style file.

VUser::Log - Logging support for vuser River stage two • 13 direct dependents • 13 total dependents

Generic logging module for vuser. Creating a New VUser::Log $log = VUser::Log->new($cfg, $ident); $log = VUser::Log->new($cfg, $ident, $section); $cfg A reference to a tied Config::IniFiles hash. $ident The identifier for this log object. This will b...

RSMITH/vuser-0.5.0 - 04 Feb 2009 05:43:58 UTC - Search in distribution

Doit::Ini - commands for changing ini files River stage zero No dependents

Doit::Ini is a Doit component providing methods for changing ini files. It has to be added to a script using Doit's add_component: $doit->add_component('ini'); Note that a 3rd party CPAN module is required to do the actual ini file handling. Currentl...

SREZIC/Doit-0.028 - 03 Nov 2023 08:15:55 UTC - Search in distribution
69 results (0.05 seconds)