File: control

package info (click to toggle)
libclass-mixinfactory-perl 0.92-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 136 kB
  • ctags: 22
  • sloc: perl: 135; makefile: 45
file content (20 lines) | stat: -rw-r--r-- 902 bytes parent folder | download
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.