File: control

package info (click to toggle)
libmoosex-simpleconfig-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 332 kB
  • sloc: perl: 290; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,578 bytes parent folder | download
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
Source: libmoosex-simpleconfig-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl
Build-Depends-Indep: perl,
                     libconfig-any-perl,
                     libconfig-general-perl,
                     libmoose-perl,
                     libmoosex-configfromfile-perl,
                     libtest-fatal-perl,
                     libyaml-libyaml-perl | libyaml-syck-perl | libyaml-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-simpleconfig-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoosex-simpleconfig-perl.git
Homepage: https://metacpan.org/release/MooseX-SimpleConfig

Package: libmoosex-simpleconfig-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libconfig-any-perl,
         libmoosex-configfromfile-perl,
         libmoose-perl
Recommends: libyaml-libyaml-perl | libyaml-syck-perl | libyaml-perl,
            libconfig-general-perl
Suggests: libconfig-tiny-perl
Description: Moose role for setting attributes from a simple configfile
 The MooseX::SimpleConfig role loads simple configuration files to set object
 attributes. It uses Config::Any to actually parse the config files.
 Like all MooseX::ConfigFromFile - derived configfile loaders, it is
 automatically supported by the MooseX::Getopt role as well.