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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: libmoosex-method-signatures-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
Jonathan Yu <jawnsy@cpan.org>,
Ansgar Burchardt <ansgar@debian.org>,
gregor herrmann <gregoa@debian.org>,
Krzysztof Krzyżaniak (eloy) <eloy@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
libmodule-build-tiny-perl
Build-Depends-Indep: perl,
libaliased-perl,
libb-hooks-endofscope-perl (>= 0.10),
libcontext-preserve-perl,
libdevel-declare-perl,
libmoose-perl,
libmoosex-lazyrequire-perl,
libmoosex-meta-typeconstraint-forcecoercion-perl,
libmoosex-types-perl (>= 0.35),
libmoosex-types-structured-perl (>= 0.24),
libnamespace-autoclean-perl (>= 0.19),
libparse-method-signatures-perl (>= 1.003014),
libsub-name-perl,
libtask-weaken-perl,
libtest-deep-perl,
libtest-fatal-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-method-signatures-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-method-signatures-perl.git
Homepage: https://metacpan.org/release/MooseX-Method-Signatures
Testsuite: autopkgtest-pkg-perl
Package: libmoosex-method-signatures-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libaliased-perl,
libb-hooks-endofscope-perl (>= 0.10),
libcontext-preserve-perl,
libdevel-declare-perl,
libmoose-perl,
libmoosex-lazyrequire-perl,
libmoosex-meta-typeconstraint-forcecoercion-perl,
libmoosex-types-perl (>= 0.35),
libmoosex-types-structured-perl (>= 0.24),
libnamespace-autoclean-perl (>= 0.19),
libparse-method-signatures-perl (>= 1.003014),
libsub-name-perl,
libtask-weaken-perl
Description: Moose extension for method declarations with type constraints
MooseX::Method::Signatures provides a proper method keyword, like
"sub" but specifically for making methods and validating their
arguments against Moose type constraints.
|