You are here: Home / LBN / Up2date / Core Linux / BastionLinux 13 / perl-Class-Method-Modifiers-1.05-1.lbn13.noarch

perl-Class-Method-Modifiers-1.05-1.lbn13.noarch

Package Attributes
RPM  perl-Class-Method-Modifiers-1.05-1.lbn13.noarch.rpm Architecture  noarch Size  16088 Created  2017/08/04 11:07:54 UTC
Package Specification
Summary Provides Moose-like method modifiers
Group Development/Libraries
License GPL+ or Artistic
Home Page http://search.cpan.org/dist/Class-Method-Modifiers
Description

Method modifiers are a powerful feature from the CLOS (Common Lisp Object System) world.

In its most basic form, a method modifier is just a method that calls $self->SUPER::foo(@_). I for one have trouble remembering that exact invocation, so my classes seldom re-dispatch to their base classes. Very bad!

Class::Method::Modifiers provides three modifiers: before, around, and after. before and after are run just before and after the method they modify, but can not really affect that original method. around is run in place of the original method, with a hook to easily call that original method. See the MODIFIERS section for more details on how the particular modifiers work.

Requires
rpmlib(VersionedDependencies)  
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(CompressedFileNames)  
perl(:MODULE_COMPAT_5.10.1)  
rpmlib(PayloadIsXz)  
Provides
perl(Class::Method::Modifiers)
perl-Class-Method-Modifiers

Document Actions