File: control

package info (click to toggle)
libmouse-perl 2.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,156 kB
  • sloc: perl: 14,613; ansic: 213; makefile: 8
file content (46 lines) | stat: -rw-r--r-- 1,908 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
45
46
Source: libmouse-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
# Devel::PPPort: '3.42' -> perl 5.29.1
Build-Depends: debhelper (>= 10),
               libclass-method-modifiers-perl,
               libio-string-perl,
               liblocale-us-perl,
               libmodule-build-perl (>= 0.400500),
               libmodule-build-xsutil-perl,
               libmoose-perl,
               libparams-coerce-perl,
               libpath-class-perl,
               libregexp-common-perl,
               libtest-deep-perl,
               libtest-exception-perl,
               libtest-fatal-perl,
               libtest-leaktrace-perl,
               libtest-output-perl,
               libtest-requires-perl,
               libtry-tiny-perl,
               liburi-perl,
               libwww-perl,
               perl (>= 5.25.3)
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmouse-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmouse-perl.git
Homepage: https://metacpan.org/release/Mouse

Package: libmouse-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Recommends: libclass-method-modifiers-perl
Description: lightweight object framework for Perl
 Mouse is a lightweight Perl object framework based largely on the techniques
 created for Moose, the leading Perl framework for painless OO class creation.
 It is designed to be similar in functionality to Moose, though faster, by only
 providing a subset of Moose's functionality, alleviating some of the compile-
 time penalty incurred by Moose. It also has considerably less dependencies.