File: control

package info (click to toggle)
libclass-c3-adopt-next-perl 0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 312 kB
  • sloc: perl: 348; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,322 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
Source: libclass-c3-adopt-next-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl
Build-Depends-Indep: perl,
                     libmro-compat-perl,
                     libtest-exception-perl,
                     perl | libscalar-list-utils-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclass-c3-adopt-next-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclass-c3-adopt-next-perl.git
Homepage: https://metacpan.org/release/Class-C3-Adopt-NEXT

Package: libclass-c3-adopt-next-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libmro-compat-perl,
         perl | libscalar-list-utils-perl
Description: drop-in replacement for NEXT, using Class::C3 to do the hard work
 Class::C3::Adopt::NEXT is intended as a drop-in replacement for NEXT,
 supporting the same interface, but using Class::C3 to do the hard work. You
 can then write new code without NEXT, and migrate individual source files to
 use Class::C3 or method modifiers as appropriate, at whatever pace you're
 comfortable with.