File: control

package info (click to toggle)
libtype-tie-perl 0.014-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 228 kB
  • sloc: perl: 647; sh: 6; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,277 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
Source: libtype-tie-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends:
 debhelper,
 libexporter-tiny-perl,
 libmoo-perl <!nocheck>,
 libmoosex-types-perl <!nocheck>,
 libtest-fatal-perl <!nocheck>,
 libtest-requires-perl <!nocheck>,
 libtype-tiny-perl <!nocheck>,
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtype-tie-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtype-tie-perl.git
Homepage: https://metacpan.org/release/Type-Tie
Rules-Requires-Root: no

Package: libtype-tie-perl
Architecture: all
Depends:
 libexporter-tiny-perl,
 ${misc:Depends},
 ${perl:Depends},
Recommends:
 libhash-fieldhash-perl,
Enhances:
 libmoosex-types-perl,
 libmousex-types-perl,
 libspecio-perl,
 libtype-tiny-perl,
Description: tie a variable to a type constraint
 Type::Tie exports a single function: ttie.
 ttie ties a variable to a type constraint,
 ensuring that whatever values stored in the variable
 will conform to the type constraint.
 If the type constraint has coercions,
 these will be used if necessary
 to ensure values assigned to the variable conform.