File: control

package info (click to toggle)
libmoosex-meta-typeconstraint-forcecoercion-perl 0.01-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 80 kB
  • ctags: 4
  • sloc: perl: 44; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,074 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
Source: libmoosex-meta-typeconstraint-forcecoercion-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-12), libnamespace-autoclean-perl,
  libmoose-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryanryan52@gmail.com>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/MooseX-Meta-TypeConstraint-ForceCoercion/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-meta-typeconstraint-forcecoercion-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-meta-typeconstraint-forcecoercion-perl/

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 to wrap any
 Moose::Meta::TypeConstraint in a way that will force coercion of the
 value when checking or validating a value against it.