File: control

package info (click to toggle)
libmouse-perl 2.5.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,160 kB
  • sloc: perl: 14,614; ansic: 218; makefile: 8
file content (48 lines) | stat: -rw-r--r-- 2,113 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
47
48
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
Build-Depends: debhelper-compat (= 13),
               libclass-method-modifiers-perl <!nocheck>,
               libio-string-perl <!nocheck>,
               liblocale-us-perl <!nocheck>,
               libmodule-build-perl,
               libmodule-build-xsutil-perl,
               libmoose-perl <!nocheck>,
               libparams-coerce-perl <!nocheck>,
               libpath-class-perl <!nocheck>,
               libregexp-common-perl <!nocheck>,
               libtest-deep-perl <!nocheck>,
               libtest-exception-perl <!nocheck>,
               libtest-fatal-perl <!nocheck>,
               libtest-leaktrace-perl <!nocheck>,
               libtest-output-perl <!nocheck>,
               libtest-requires-perl <!nocheck>,
               libtry-tiny-perl <!nocheck>,
               liburi-perl <!nocheck>,
               libwww-perl <!nocheck>,
               perl-xs-dev,
               perl:native (>= 5.33.1)
Standards-Version: 4.7.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
Rules-Requires-Root: no

Package: libmouse-perl
Architecture: any
Multi-Arch: same
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.