File: control

package info (click to toggle)
libmoosex-types-structured-perl 0.30-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436 kB
  • ctags: 28
  • sloc: perl: 746; makefile: 10
file content (38 lines) | stat: -rw-r--r-- 1,702 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
Source: libmoosex-types-structured-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>,
           Rafael Kitover <rkitover@cpan.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20130630~),
               libmodule-build-tiny-perl
Build-Depends-Indep: perl,
                     libdevel-partialdump-perl,
                     libmoose-perl,
                     libmoosex-types-datetime-perl,
                     libmoosex-types-perl,
                     libsub-exporter-perl,
                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
                     libtest-fatal-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-types-structured-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-types-structured-perl.git
Homepage: https://metacpan.org/release/MooseX-Types-Structured/

Package: libmoosex-types-structured-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libdevel-partialdump-perl,
         libmoosex-types-perl,
         libmoose-perl,
         libsub-exporter-perl
Description: Moose extension for type constraints on structured types
 MooseX::Types::Structured provides structured type constraints for Moose. A
 structured type constraint is a standard container Moose type constraint,
 such as an ArrayRef or HashRef, which has been enhanced to allow you to
 explicitly name all the allowed type constraints inside the structure.