File: control

package info (click to toggle)
libtype-tiny-perl 1.000004-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,836 kB
  • ctags: 583
  • sloc: perl: 7,602; makefile: 26
file content (48 lines) | stat: -rw-r--r-- 1,453 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
40
41
42
43
44
45
46
47
48
Source: libtype-tiny-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 libmoose-perl,
 libmouse-perl,
 libclass-insideout-perl,
 libmoosex-types-perl,
 libmousex-types-perl,
 libtest-fatal-perl,
 libtest-tester-perl,
 libmoosex-types-common-perl,
 libtest-warnings-perl,
 libmatch-simple-perl,
 libmoosex-getopt-perl,
 libobject-accessor-perl,
 libdevel-hide-perl,
 perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
 libmoo-perl (>= 1.001000),
 perl (>= 5.13.11) | libjson-pp-perl (>= 2.27105),
 libvalidation-class-perl (>= 7.900017),
 libexporter-tiny-perl,
 libdevel-stacktrace-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libtype-tiny-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtype-tiny-perl.git
Homepage: https://metacpan.org/release/Type-Tiny

Package: libtype-tiny-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Provides: ${cdbs:Provides}
Conflicts: ${cdbs:Conflicts}
Replaces: ${cdbs:Replaces}
Enhances: ${cdbs:Enhances}
Description: tiny, yet Moo(se)-compatible type constraint
 Type::Tiny is a tiny class for creating Moose-like type constraint
 objects which are compatible with Moo, Moose and Mouse.