File: control

package info (click to toggle)
libmoosex-types-common-perl 0.001014-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 324 kB
  • ctags: 4
  • sloc: perl: 471; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,249 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
Source: libmoosex-types-common-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
               libmodule-build-tiny-perl
Build-Depends-Indep: perl,
                     libmoose-perl,
                     libmoosex-types-perl,
                     libtest-deep-perl,
                     libtest-warnings-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-types-common-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-types-common-perl.git
Homepage: https://metacpan.org/release/MooseX-Types-Common

Package: libmoosex-types-common-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libmoose-perl,
         libmoosex-types-perl
Description: module with commonly used type constraints for Moose
 MooseX::Types::Common is a Perl module that contains a set of commonly-used
 type constraints that do not ship with Moose by default. In particular, it
 has string and numeric type constraints.