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: 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.002003) <!nocheck>,
libscalar-list-utils-perl <!nocheck>,
libsub-quote-perl (>= 2.006006) <!nocheck>,
libtest-simple-perl <!nocheck>,
libtype-tiny-perl <!nocheck>,
perl
Standards-Version: 4.6.2
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,
libclass-xsaccessor-perl,
libimport-into-perl,
librole-tiny-perl (>= 2.002003),
libscalar-list-utils-perl,
libsub-quote-perl (>= 2.006006)
Recommends: libnamespace-clean-perl
Breaks: libobject-remote-perl (<< 0.004001-2~)
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.
|