File: control

package info (click to toggle)
libsuper-perl 1.20120705-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 132 kB
  • ctags: 9
  • sloc: perl: 424; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,067 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
24
25
26
Source: libsuper-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>,
           Nathan Handler <nhandler@ubuntu.com>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libsub-identify-perl
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsuper-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libsuper-perl.git
Homepage: http://search.cpan.org/dist/SUPER/

Package: libsuper-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libsub-identify-perl
Description: control superclass method dispatch
 SUPER allows one 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.