File: control

package info (click to toggle)
libmoosex-undeftolerant-perl 0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 356 kB
  • ctags: 22
  • sloc: perl: 503; makefile: 15
file content (32 lines) | stat: -rw-r--r-- 1,174 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
Source: libmoosex-undeftolerant-perl
Section: perl
Priority: optional
Build-Depends: cdbs (>= 0.4.122~),
 devscripts,
 perl,
 libmodule-build-tiny-perl,
 debhelper,
 dh-buildinfo,
 libmoose-perl (>= 0.89),
 libnamespace-autoclean-perl,
 libtest-checkdeps-perl,
 libtest-fatal-perl,
 libtest-nowarnings-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/git/pkg-perl/packages/libmoosex-undeftolerant-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-undeftolerant-perl.git
Homepage: https://github.com/moose/MooseX-UndefTolerant

Package: libmoosex-undeftolerant-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Recommends: ${cdbs:Recommends}
Description: makes Moose attribute(s) tolerant to undef initialization
 Loading MooseX::UndefTolerant in your Moose class makes initialization
 of your attributes tolerant of undef. If you specify the value of undef
 to any of the attributes they will not be initialized, effectively
 behaving as if you had not provided a value at all.