File: control

package info (click to toggle)
libmoosex-configfromfile-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 316 kB
  • ctags: 2
  • sloc: perl: 252; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,733 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
40
Source: libmoosex-configfromfile-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
               libmodule-build-tiny-perl
Build-Depends-Indep: libmoose-perl,
                     libmoosex-getopt-perl,
                     libmoosex-types-path-class-perl,
                     libmoosex-types-path-tiny-perl,
                     libmoosex-types-perl,
                     libnamespace-autoclean-perl,
                     libtest-deep-perl,
                     libtest-fatal-perl,
                     libtest-requires-perl,
                     libtest-without-module-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-configfromfile-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-configfromfile-perl.git
Homepage: https://github.com/moose/MooseX-ConfigFromFile

Package: libmoosex-configfromfile-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmoose-perl,
         libmoosex-types-path-class-perl,
         libmoosex-types-path-tiny-perl,
         libmoosex-types-perl,
         libnamespace-autoclean-perl
Breaks: libmoosex-app-cmd-perl (<< 0.10)
Description: Moose role for setting attributes from a config file
 MooseX::ConfigFromFile is an abstract Moose role that provides an alternate
 constructor for creating objects, using parameters passed in from a config
 file. The actual implementation of reading the configuration file is left
 to subroles.