File: control

package info (click to toggle)
libmousex-configfromfile-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 196 kB
  • ctags: 146
  • sloc: perl: 1,555; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,515 bytes parent folder | download | duplicates (2)
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
Source: libmousex-configfromfile-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libmouse-perl,
                     libmousex-types-path-class-perl,
                     libtest-useallmodules-perl,
                     perl,
                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmousex-configfromfile-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmousex-configfromfile-perl.git
Homepage: https://metacpan.org/release/MouseX-ConfigFromFile

Package: libmousex-configfromfile-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmouse-perl,
         libmousex-types-path-class-perl
Description: abstract Mouse role for setting attributes from a configfile
 MouseX::ConfigFromFile is an abstract role which provides an alternate
 constructor for creating objects using parameters passed in from a
 configuration file. The actual implementation of reading the configuration
 file is left to concrete subroles.
 .
 It declares an attribute configfile and a class method new_with_config, and
 requires that concrete roles derived from it implement the class method
 get_config_from_file.
 .
 Attributes specified directly as arguments to new_with_config supercede those
 in the configfile.