File: control

package info (click to toggle)
libtest-deep-type-perl 0.008-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 300 kB
  • sloc: perl: 280; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,569 bytes parent folder | download | duplicates (2)
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 (>= 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).