File: control

package info (click to toggle)
libmoox-strictconstructor-perl 0.008-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 12
  • sloc: perl: 200; makefile: 16
file content (39 lines) | stat: -rw-r--r-- 1,320 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-strictconstructor-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 libmodule-build-perl,
 debhelper,
 dh-buildinfo,
 libclass-method-modifiers-perl,
 libbareword-filehandles-perl,
 libindirect-perl,
 libmultidimensional-perl,
 libstrictures-perl,
 libmoo-perl (>= 1.001000),
 libpod-coverage-trustpod-perl,
 libtest-cpan-meta-perl,
 libtest-fatal-perl,
 libtest-pod-perl,
 libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoox-strictconstructor-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoox-strictconstructor-perl.git
Homepage: https://metacpan.org/release/MooX-StrictConstructor

Package: libmoox-strictconstructor-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: make Moo-based object constructors blow up on unknown attributes
 Simply loading MooX::StrictConstructor makes your constructors
 "strict".  If your constructor is called with an attribute init
 argument that your class does not declare, then it dies.  This is a
 great way to catch small typos.