Package : perl-SUPER

Package details

Summary: Internal class to access superclass methods

Description:
When subclassing a class, you occasionally want to dispatch control to the
superclass -- at least conditionally and temporarily. The Perl syntax for
calling your superclass is ugly and unwieldy:

$self->SUPER::method(@_);

especially when compared to its Ruby equivalent:


URL: https://metacpan.org/release/SUPER
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs