Source: libtype-tie-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper,
 libexporter-tiny-perl (>= 0.026),
 libmoo-perl <!nocheck>,
 libmoosex-types-perl <!nocheck>,
 libtype-tiny-perl <!nocheck>,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtype-tie-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtype-tie-perl
Homepage: https://metacpan.org/release/Type-Tie
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl

Package: libtype-tie-perl
Architecture: all
Depends:
 libexporter-tiny-perl (>= 0.026),
 ${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.
