SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-SUPER rpm build for : openSUSE Leap 42. For other distributions click perl-SUPER.

Name : perl-SUPER
Version : 1.20141117 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 27.1 Date : 2017-06-19 18:50:55
Group : Development/Libraries/Perl Source RPM : perl-SUPER-1.20141117-27.1.src.rpm
Size : 0.03 MB
Packager : (none)
Summary : Control superclass method dispatch
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(AATT_);

especially when compared to its Ruby equivalent:

super;

It\'s even worse in that the normal Perl redispatch mechanism only
dispatches to the parent of the class containing the method _at compile
time_. That doesn\'t work very well for mixins and roles.

This module provides nicer equivalents, along with the universal method
\'super\' to determine a class\' own superclass. This allows you to do things
such as:

goto &{$_[0]->super(\'my_method\')};

if you don\'t like wasting precious stack frames.

If you are using roles or mixins or otherwise pulling in methods from other
packages that need to dispatch to their super methods, or if you want to
pass different arguments to the super method, use the \'SUPER()\' method:

$self->SUPER( qw( other arguments here ) );

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_42.3/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(SUPER)
perl-SUPER

Requires :
perl(Scalar::Util) => 1.20
perl(:MODULE_COMPAT_5.18.2)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl(Sub::Identify) => 0.03
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.18.2/SUPER.pm
/usr/share/doc/packages/perl-SUPER
/usr/share/doc/packages/perl-SUPER/Changes
/usr/share/doc/packages/perl-SUPER/LICENSE
/usr/share/doc/packages/perl-SUPER/README
/usr/share/man/man3/SUPER.3pm.gz

 
ICM