File: control

package info (click to toggle)
libtest-deep-type-perl 0.008-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 296 kB
  • sloc: perl: 280; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,541 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
Source: libtest-deep-type-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper-compat (= 13)
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 | libtest-simple-perl | libtest-tester-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-deep-type-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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).