File: control

package info (click to toggle)
libmoosex-types-perl-perl 0.101344-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 148 kB
  • sloc: perl: 192; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,229 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-perl-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)
Build-Depends-Indep: libmoosex-types-perl <!nocheck>,
                     libparams-util-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libversion-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-types-perl-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoosex-types-perl-perl.git
Homepage: https://metacpan.org/release/MooseX-Types-Perl
Rules-Requires-Root: no

Package: libmoosex-types-perl-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmoosex-types-perl,
         libparams-util-perl,
         libversion-perl
Description: Moose types that check against Perl syntax
 MooseX::Types::Perl provides Moose types for checking things (mostly strings)
 against syntax that is, or is a reasonable subset of, Perl syntax.