1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libclass-mixinfactory-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.8.8-12)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Class-MixinFactory/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-mixinfactory-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-mixinfactory-perl/
Package: libclass-mixinfactory-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Class Factory with Selection of Mixins
This distribution 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.
|