File: control

package info (click to toggle)
libmoosex-types-perl 0.35-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 312 kB
  • sloc: perl: 1,306; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,757 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
Source: libmoosex-types-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libcarp-clan-perl,
 libmoose-perl,
 libmoose-perl (>= 2) | libclass-mop-perl,
 libnamespace-clean-perl (>= 0.19),
 libsub-exporter-perl,
 libsub-install-perl,
 libsub-name-perl,
 libtest-fatal-perl,
 libtest-requires-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>,
 Ansgar Burchardt <ansgar@debian.org>, Ryan Niebur <ryan@debian.org>,
 gregor herrmann <gregoa@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
 Alessandro Ghedini <ghedo@debian.org>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/MooseX-Types/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-types-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-types-perl.git

Package: libmoosex-types-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcarp-clan-perl,
 libmoose-perl,
 libmoose-perl (>= 2) | libclass-mop-perl,
 libnamespace-clean-perl (>= 0.19),
 libsub-exporter-perl,
 libsub-install-perl,
 libsub-name-perl
Description: Moose extension to organise types in libraries
 MooseX::Types allows developers to organise and selectively import your own
 and the built-in types in libraries, rather than the default behaviour where
 types are global. As a nice side effect, it catches typographic errors at
 compile-time too.
 .
 The main motivation for this module is to provide an easy way of preventing
 conflicts with your type names, since the internal fully qualified names of
 the types will be prefixed with the library's name. It also provides some
 convenient functions for working with Moose types.