File: control

package info (click to toggle)
libmoosex-meta-typeconstraint-forcecoercion-perl 0.01-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: perl: 44; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,189 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
Source: libmoosex-meta-typeconstraint-forcecoercion-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
                     libnamespace-autoclean-perl,
                     libmoose-perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-meta-typeconstraint-forcecoercion-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoosex-meta-typeconstraint-forcecoercion-perl.git
Homepage: https://metacpan.org/release/MooseX-Meta-TypeConstraint-ForceCoercion

Package: libmoosex-meta-typeconstraint-forcecoercion-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libnamespace-autoclean-perl,
         libmoose-perl
Description: Perl modeule for forcing coercion when validating type constraints
 MooseX::Meta::TypeConstraint::ForceCoercion allows one to wrap any
 Moose::Meta::TypeConstraint in a way that will force coercion of the
 value when checking or validating a value against it.