File: control

package info (click to toggle)
libmoo-perl 2.002005-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 856 kB
  • ctags: 192
  • sloc: perl: 2,561; makefile: 6
file content (43 lines) | stat: -rw-r--r-- 1,887 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
Source: libmoo-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alessandro Ghedini <ghedo@debian.org>,
           intrigeri <intrigeri@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libclass-method-modifiers-perl (>= 1.10),
                     libclass-xsaccessor-perl (>= 1.18),
                     libdevel-globaldestruction-perl (>= 0.11),
                     libimport-into-perl,
                     libmodule-runtime-perl (>= 0.014),
                     librole-tiny-perl (>= 2.000004),
                     libstrictures-perl (>= 2),
                     libsub-name-perl (>= 0.08),
                     libtest-fatal-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoo-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmoo-perl.git
Homepage: https://metacpan.org/release/Moo

Package: libmoo-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-method-modifiers-perl (>= 1.10),
         libdevel-globaldestruction-perl (>= 0.11),
         libimport-into-perl,
         libmodule-runtime-perl (>= 0.014),
         librole-tiny-perl (>= 2.000004),
         libstrictures-perl (>= 2)
Recommends: libclass-xsaccessor-perl (>= 1.18),
            libsub-name-perl (>= 0.08)
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.