Source: libclass-mixinfactory-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-mixinfactory-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclass-mixinfactory-perl.git
Homepage: https://metacpan.org/release/Class-MixinFactory
Testsuite: autopkgtest-pkg-perl

Package: libclass-mixinfactory-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: Class Factory with Selection of Mixins
 Class::MixinFactory facilitates the run-time generation of classes which
 inherit from a base class and some optional selection of mixin classes.
 .
 A factory is provided to generate the mixed classes with multiple inheritance.
 A NEXT method allows method redispatch up the inheritance chain.
