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
|
Source: libclass-c3-adopt-next-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
Ansgar Burchardt <ansgar@debian.org>,
Nathan Handler <nhandler@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
libmodule-build-tiny-perl
Build-Depends-Indep: perl,
libmro-compat-perl,
libtest-exception-perl,
perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-c3-adopt-next-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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 (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
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.
|