Source: libtype-tie-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper, libexporter-tiny-perl, libmoo-perl , libmoosex-types-perl , libtest-fatal-perl , libtest-requires-perl , libtype-tiny-perl , 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.