File: control

package info (click to toggle)
libsuper-perl 1.17-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 84 kB
  • ctags: 9
  • sloc: perl: 420; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,123 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libsuper-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
Build-Depends-Indep: perl, libsub-identify-perl,
 perl-base (>= 5.10.1) | libscalar-list-utils-perl (>= 1:1.20)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>,
 Nathan Handler <nhandler@ubuntu.com>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/SUPER/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsuper-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsuper-perl/

Package: libsuper-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libsub-identify-perl,
 perl-base (>= 5.10.1) | libscalar-list-utils-perl (>= 1:1.20)
Description: control superclass method dispatch
 SUPER allows 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.