File: control

package info (click to toggle)
libmousex-types-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 308 kB
  • ctags: 139
  • sloc: perl: 2,122; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,474 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
Source: libmousex-types-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libany-moose-perl (>= 0.15),
                     libmouse-perl (>= 0.77),
                     libsub-exporter-perl,
                     libtest-exception-perl
Standards-Version: 3.9.2
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmousex-types-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmousex-types-perl.git
Homepage: https://metacpan.org/release/MouseX-Types

Package: libmousex-types-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libany-moose-perl (>= 0.15),
         libmouse-perl (>= 0.77)
Description: Mouse extension to organise types in libraries
 MouseX::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 Mouse types.