Source: libsuper-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libsub-identify-perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsuper-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsuper-perl.git
Homepage: https://metacpan.org/release/SUPER
Rules-Requires-Root: no

Package: libsuper-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libsub-identify-perl
Description: control superclass method dispatch
 SUPER allows one to dispatch control to the superclass with a better syntax
 than the original mechanism. It provides an universal method super to
 determine a class' own superclass. SUPER allows the use of mixin and roles as
 the class containing the method is no more needed at compile time.
