File: control

package info (click to toggle)
libmoo-perl 2.004004-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 844 kB
  • sloc: perl: 2,449; makefile: 6
file content (47 lines) | stat: -rw-r--r-- 2,060 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
Source: libmoo-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libclass-method-modifiers-perl <!nocheck>,
                     libclass-xsaccessor-perl <!nocheck>,
                     libimport-into-perl <!nocheck>,
                     libmoose-perl <!nocheck>,
                     librole-tiny-perl (>= 2.001004) <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libstrictures-perl (>= 2) <!nocheck>,
                     libsub-name-perl <!nocheck>,
                     libsub-quote-perl (>= 2.006006) <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtype-tiny-perl <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoo-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoo-perl.git
Homepage: https://metacpan.org/release/Moo
Rules-Requires-Root: no

Package: libmoo-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-method-modifiers-perl,
         libimport-into-perl,
         librole-tiny-perl (>= 2.001004),
         libscalar-list-utils-perl,
         libstrictures-perl (>= 2),
         libsub-quote-perl (>= 2.006006)
Recommends: libclass-xsaccessor-perl,
            libnamespace-clean-perl,
            libsub-name-perl
Description: Minimalist Object Orientation library (with Moose compatibility)
 Moo is an extremely light-weight, high-performance Moose replacement. It also
 avoids depending on any XS modules to allow simple deployments. The name Moo
 is based on the idea that it provides almost - but not quite - two thirds of
 Moose.
 .
 Unlike Mouse this module does not aim at full Moose compatibility. See
 INCOMPATIBILITIES in Moo(3pm) for more details.