]> git.donarmstrong.com Git - class_modular.git/.git/blob - debian/control
* Add debian/ subdirectory
[class_modular.git/.git] / debian / control
1 Source: libclass-modular-perl
2 Section: perl
3 Priority: optional
4 Build-Depends: debhelper (>= 4.0.2)
5 Build-Depends-Indep: perl (>= 5.8.0-7)
6 Maintainer: Don Armstrong <don@archimedes.ucr.edu>
7 Standards-Version: 3.6.1
8
9 Package: libclass-modular-perl
10 Architecture: all
11 Depends: ${perl:Depends}, ${misc:Depends}, 
12 Description:  Class::Modular -- Modular class generation superclass
13  Class::Modular is a superclass for generating modular classes, where
14  methods can be added into the class from the perspective of the
15  object, rather than the perspective of the class.
16  .
17  That is, you can create a class which has a set of generic common
18  functions. Less generic functions can be included or overridden
19  without modifying the base classes. This allows for code to be more
20  modular, and reduces code duplication.
21  .
22  It fills the middle ground between traditional class based OOP and
23  classless OOP. Class::Mutator and Sex are similar to
24  Class::Modular but less manic.
25  .
26  This description was automagically extracted from the module by dh-make-perl.