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
|
Source: libmoox-late-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 (= 12)
Build-Depends-Indep: libmoo-perl <!nocheck>,
libmoox-handlesvia-perl <!nocheck>,
libsub-handlesvia-perl <!nocheck>,
libtest-fatal-perl <!nocheck>,
libtest-requires-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
libtype-tiny-perl <!nocheck>,
perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoox-late-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoox-late-perl.git
Homepage: https://metacpan.org/release/MooX-late
Rules-Requires-Root: no
Package: libmoox-late-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libmoo-perl,
libsub-handlesvia-perl,
libtype-tiny-perl
Description: easily translate Moose code to Moo
Moo is a light-weight object oriented programming framework which
aims to be partly compatible with Moose. However, the surface syntax
of Moo differs somewhat from Moose.
.
MooX::late provides some assistance by enabling a slightly more
Moosey surface syntax. MooX::late makes it easier:
.
- to port code that was initially written for Moose to Moo
- to write Moo code that can later be converted to use the
full Moose feature-set if needed.
|