软件包:libconfig-any-perl(0.33-1)
libconfig-any-perl 的相关链接
Debian 的资源:
下载源码包 libconfig-any-perl:
- [libconfig-any-perl_0.33-1.dsc]
- [libconfig-any-perl_0.33.orig.tar.gz]
- [libconfig-any-perl_0.33-1.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- Damyan Ivanov (QA 页面)
- Ansgar Burchardt (QA 页面)
- gregor herrmann (QA 页面)
- Salvatore Bonaccorso (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module to load configuration from different file formats
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 this module is as follows: Perl programs are deployed on many different platforms and integrated with many different systems. Systems administrators and end users may prefer different configuration formats than the developers. The flexibility inherent in a multiple format configuration loader allows different users to make different choices, without generating extra work for the developers. As a developer you only need to learn a single interface to be able to use the power of different configuration formats.
Modules/packages (in Recommends) needed for specific file formats:
* ".cnf", ".conf" files: Config::General / libconfig-general-perl * ".ini" files: Config::Tiny / libconfig-tiny-perl * ".json", ".jsn" files: Cpanel::JSON::XS, JSON::MaybeXS, JSON::DWIW, JSON::XS, JSON::Syck, JSON::PP, JSON / libcpanel-json-xs-perl or libjson-maybexs-perl or libjson-xs-perl or libjson-pp-perl (also provided by perl) or libjson-perl * ".pl", ".perl" files: no additional requirements * ".xml" files: XML::Simple / libxml-simple-perl * ".yml", ".yaml" files: YAML::XS, YAML::Syck, YAML / libyaml-libyaml-perl or libyaml-syck-perl or libyaml-perl
其他与 libconfig-any-perl 有关的软件包
|
|
|
|
-
- dep: libmodule-pluggable-perl
- module for giving modules the ability to have plugins
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: libconfig-general-perl
- generic configuration module
-
- rec: libconfig-tiny-perl
- Read/Write .ini style files with as little code as possible
-
- rec: libcpanel-json-xs-perl
- module for fast and correct serialising to JSON
- 或者 libjson-maybexs-perl
- interface to the best available JSON module
- 或者 libjson-xs-perl
- module for manipulating JSON-formatted data (C/XS-accelerated)
- 或者 libjson-pp-perl
- module for manipulating JSON-formatted data (Pure Perl)
- 或者 libjson-perl
- module for manipulating JSON-formatted data
-
- rec: libxml-simple-perl
- Perl module for reading and writing XML
-
- rec: libyaml-libyaml-perl
- Perl interface to libyaml, a YAML implementation
- 或者 libyaml-syck-perl
- Perl module providing a fast, lightweight YAML loader and dumper
- 或者 libyaml-perl
- YAML Ain't Markup Language