* Package name : libsuper-perl
Version : 1.16
Upstream Author : chromatic, <chromatic at wgz dot org>
* URL : http://search.cpan.org/dist/SUPER/
* License : Perl
Programming Lang: Perl
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.