File: control

package info (click to toggle)
libmoosex-types-perl 0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 312 kB
  • ctags: 168
  • sloc: perl: 2,440; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,720 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
Source: libmoosex-types-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libcarp-clan-perl (>= 6), libsub-exporter-perl,
 libsub-install-perl (>= 0.924), libtest-exception-perl, libsub-name-perl,
 perl (>= 5.10.1) | libtest-simple-perl (>= 0.80), libnamespace-clean-perl,
 libclass-mop-perl, libmoose-perl (>= 1.06)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>,
 Ansgar Burchardt <ansgar@43-1.org>, Ryan Niebur <ryan@debian.org>,
 gregor herrmann <gregoa@debian.org>, Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/MooseX-Types/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-types-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-types-perl/

Package: libmoosex-types-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libsub-install-perl (>= 0.924),
 libcarp-clan-perl (>= 6), libnamespace-clean-perl, libsub-name-perl,
 libmoose-perl (>= 1.06), libsub-exporter-perl, libclass-mop-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.