summaryrefslogtreecommitdiff
path: root/debian/control
blob: 8177e83508a1abdd6b4ce55b2ce3aad3579f067e (plain)
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
Source: libmoox-late-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libmoo-perl (>= 1.006000),
                     libmoox-handlesvia-perl,
                     libtest-fatal-perl,
                     libtest-requires-perl (>= 0.06),
                     libtype-tiny-perl,
                     perl (>= 5.15.2)
Standards-Version: 4.1.3
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
Testsuite: autopkgtest-pkg-perl

Package: libmoox-late-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmoo-perl (>= 1.006000),
         libtype-tiny-perl
Recommends: libmoox-handlesvia-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.