File: control.in

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 (23 lines) | stat: -rw-r--r-- 968 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
Source: libmoox-strictconstructor-perl
Section: perl
Priority: optional
Build-Depends: @cdbs@
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.