Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,0112,020项(搜索用时0.003秒)
devel/Config-INI-0.025 (Score: 0.032514982)
Simple .ini files emitter and parser for Perl
Simple .ini files emitter and parser for Perl.
devel/Config-Identity-0.0018 (Score: 0.032514982)
Load (and optionally decrypt via GnuPG) user/pass identity information
Config::Identity is a tool for loadiing (and optionally decrypting via GnuPG) user/pass identity information For GitHub API access, an identity is a "login"/"token" pair. For PAUSE access, an identity is a "user"/"password" pair.
devel/Config-Simple-4.59 (Score: 0.032514982)
Simple configuration file class
Reading and writing configuration files is one of the most frequent aspects of any software design. Config::Simple is the library to help you with it. Config::Simple is a class representing configuration file object. It supports several configuration file syntax and tries to identify the file syntax to parse them accordingly. Library supports parsing, updating and creating configuration files.
devel/Config-IniFiles-2.91 (Score: 0.032514982)
Read .ini-style configuration files
Config::IniFiles provides a way to have readable configuration files outside your Perl script. The configuration can be safely reloaded upon receipt of a signal. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash. USAGE Get a new Config::IniFiles object with the *new* method: $cfg = Config::IniFiles->new( -file => "/path/configfile.ini" ); $cfg = new Config::IniFiles -file => "/path/configfile.ini"; Optional named parameters may be specified after the configuration file name. See the *new* in the METHODS section, below. INI files consist of a number of sections, each preceded with the section name in square brackets. Parameters are specified in each section as Name=Value. Any spaces around the equals sign will be ignored, and the value extends to the end of the line.
devel/Config-IniHash-3.01.01 (Score: 0.032514982)
Perl extension for reading and writing INI files
This module reads and writes INI files.
devel/Config-IniRegEx-0.01 (Score: 0.032514982)
Ini workaround, regex search for parameters and sections
Using this module it does the ini configuration file parsing, with an addon facility of regex kind of search. This module aims out doing a regex search for Sections, and Parameters of the Ini configuration file. It does the Perl regex matching, nothing external. So whoever knows the Perl basic regex can use this feature.
devel/Config-JFDI-0.065 (Score: 0.032514982)
Catalyst::Plugin::ConfigLoader-style layer over Config::Any
Config::JFDI is an implementation of Catalyst::Plugin::ConfigLoader that exists outside of Catalyst. Essentially, Config::JFDI will scan a directory for files matching a certain name. If such a file is found which also matches an extension that Config::Any can read, then the configuration from that file will be loaded.
devel/Config-JSON-1.5202 (Score: 0.032514982)
JSON based config file system
This package parses the config files written in JSON. It also does some non-JSON stuff, like allowing for comments in the files.
devel/Config-MVP-Reader-INI-2.101463 (Score: 0.032514982)
MVP config reader for .ini files
Config::MVP::Reader::INI reads .ini files containing MVP-style configuration.
devel/Config-MVP-2.200010 (Score: 0.032514982)
Multivalue-property package-oriented configuration
Config::MVP is a perl module for multivalue-property package-oriented configuration.MVP is a mechanism for loading configuration (or other information) for libraries.It doesn't read a file or a database. It's a helper for things that do.