File: control

package info (click to toggle)
libmoosex-method-signatures-perl 0.49-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 496 kB
  • sloc: perl: 969; makefile: 8
file content (52 lines) | stat: -rw-r--r-- 2,378 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: libmoosex-method-signatures-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl
Build-Depends-Indep: libaliased-perl <!nocheck>,
                     libb-hooks-endofscope-perl <!nocheck>,
                     libcontext-preserve-perl <!nocheck>,
                     libdevel-declare-perl <!nocheck>,
                     libmoose-perl <!nocheck>,
                     libmoosex-lazyrequire-perl <!nocheck>,
                     libmoosex-meta-typeconstraint-forcecoercion-perl <!nocheck>,
                     libmoosex-types-perl <!nocheck>,
                     libmoosex-types-structured-perl <!nocheck>,
                     libnamespace-autoclean-perl <!nocheck>,
                     libparse-method-signatures-perl <!nocheck>,
                     libsub-name-perl <!nocheck>,
                     libtask-weaken-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-method-signatures-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoosex-method-signatures-perl.git
Homepage: https://metacpan.org/release/MooseX-Method-Signatures
Rules-Requires-Root: no

Package: libmoosex-method-signatures-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libaliased-perl,
         libb-hooks-endofscope-perl,
         libcontext-preserve-perl,
         libdevel-declare-perl,
         libmoose-perl,
         libmoosex-lazyrequire-perl,
         libmoosex-meta-typeconstraint-forcecoercion-perl,
         libmoosex-types-perl,
         libmoosex-types-structured-perl,
         libnamespace-autoclean-perl,
         libparse-method-signatures-perl,
         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.