File: control

package info (click to toggle)
libmoox-strictconstructor-perl 0.011-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: perl: 200; sh: 6; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,213 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
Source: libmoox-strictconstructor-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 libclass-method-modifiers-perl <!nocheck>,
 libmodule-build-perl,
 libmoo-perl <!nocheck>,
 libstrictures-perl <!nocheck>,
 libtest-fatal-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoox-strictconstructor-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoox-strictconstructor-perl
Homepage: https://metacpan.org/release/MooX-StrictConstructor
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libmoox-strictconstructor-perl
Architecture: all
Depends:
 libclass-method-modifiers-perl,
 libmoo-perl,
 libstrictures-perl,
 ${misc:Depends},
 ${perl:Depends},
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.