1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: libmoosex-configuration-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Oleg Gashev <oleg@gashev.net>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libconfig-ini-perl,
liblist-allutils-perl,
libmoose-perl,
libmoosex-types-path-class-perl,
libmoosex-types-perl,
libnamespace-autoclean-perl,
libpath-class-perl,
libtext-autoformat-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-configuration-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-configuration-perl.git
Homepage: https://metacpan.org/release/MooseX-Configuration/
Package: libmoosex-configuration-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libconfig-ini-perl,
liblist-allutils-perl,
libmoose-perl,
libmoosex-types-path-class-perl,
libmoosex-types-perl,
libnamespace-autoclean-perl,
libpath-class-perl,
libtext-autoformat-perl
Description: module for defining attributes which come from configuration files
MooseX::Configuration lets you define attributes which can come from a
configuration file. It also adds a role to your class which allows you to
write a configuration file.
.
It is based on using a simple INI-style configuration file, which contains
sections and keys.
|