Source: libspecio-perl Standards-Version: 4.7.2 Maintainer: Debian Perl Group Uploaders: Nick Morrott , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), Build-Depends-Indep: libclone-perl , libclone-pp-perl , libdevel-stacktrace-perl , libeval-closure-perl , libmodule-implementation-perl , libmodule-runtime-perl , libmoo-perl , libmoose-perl , libmouse-perl , libmro-compat-perl , libnamespace-autoclean-perl , libref-util-perl , librole-tiny-perl , libsub-quote-perl , libtest-fatal-perl , libtest-needs-perl , libtry-tiny-perl , libxstring-perl , perl, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libspecio-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libspecio-perl.git Homepage: https://metacpan.org/release/Specio Package: libspecio-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclone-perl, libclone-pp-perl, libdevel-stacktrace-perl, libeval-closure-perl, libmodule-implementation-perl, libmodule-runtime-perl, libmro-compat-perl, librole-tiny-perl, libsub-quote-perl, libxstring-perl, Recommends: libref-util-perl, Suggests: libtest-fatal-perl, libtry-tiny-perl, Description: Perl module providing type constraints and coercions Specio provides classes for representing type constraints and coercion, along with the syntactic sugar for declaring them. . This distribution ships with a set of builtin types representing the types provided by the Perl interpreter itself. . Note that this is not a proper type system for Perl. Nothing in this distribution will magically make the Perl interpreter start checking a value's type on assignment to a variable. . Module Test::Specio requires the packages libtest-fatal-perl libtry-tiny-perl.