File: control

package info (click to toggle)
libmoox-configfromfile-perl 0.009-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 292 kB
  • sloc: perl: 879; sh: 6; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,312 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
36
37
38
39
Source: libmoox-configfromfile-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper,
 libconfig-any-perl <!nocheck>,
 libfile-find-rule-perl <!nocheck>,
 libhash-merge-perl <!nocheck>,
 libjson-perl <!nocheck>,
 libmoo-perl <!nocheck>,
 libmoose-perl <!nocheck>,
 libmoox-file-configdir-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoox-configfromfile-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoox-configfromfile-perl
Homepage: https://metacpan.org/release/MooX-ConfigFromFile
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libmoox-configfromfile-perl
Architecture: all
Depends:
 libconfig-any-perl,
 libfile-find-rule-perl,
 libmoo-perl,
 libmoox-file-configdir-perl,
 ${misc:Depends},
 ${perl:Depends},
Suggests:
 libhash-merge-perl,
Description: Moo extension for initializing objects from config file
 MooX::ConfigFromFile is intended to easy load initialization values
 for attributes on object construction from an appropriate config file.
 The building is done in MooX::ConfigFromFile::Rule -
 using MooX::ConfigFromFile ensures the role is applied.