Source: libtest-deep-type-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 9.20140227~) Build-Depends-Indep: libnamespace-clean-perl, libmoosex-types-perl, libsafe-isa-perl, libtest-deep-perl, libtest-fatal-perl, libtest-needs-perl, libtest-requires-perl, libtry-tiny-perl, perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | libtest-tester-perl, perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-deep-type-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-deep-type-perl.git Homepage: https://metacpan.org/release/Test-Deep-Type Testsuite: autopkgtest-pkg-perl Package: libtest-deep-type-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libnamespace-clean-perl, libsafe-isa-perl, libtest-deep-perl, libtry-tiny-perl Description: Test::Deep plugin for validating type constraints Test::Deep::Type provides the sub is_type to indicate that the data being tested must validate against the passed type. This is an actual type object, not a string name -- for example something provided via MooseX::Types, or a plain old coderef that returns a bool (such as what might be used in a Moo type constraint).