Provides Moose-like method modifiers
http://search.cpan.org/perldoc?Class::Method::Modifiers::Fast
Method modifiers are a powerful feature from the CLOS (Common Lisp Object
System) world.
Class::Method::Modifiers::Fast 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.
Author:
-------
Takatoshi Kitano
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / perl-Class-...fiers-Fast
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Class-Method-Modifiers-Fast && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
Class-Method-Modifiers-Fast-0.041.tar.gz | 0000045503 44.4 KB | almost 12 years |
_link | 0000000167 167 Bytes | over 5 years |
cpanspec.yml | 0000000164 164 Bytes | over 5 years |
perl-Class-Method-Modifiers-Fast.changes | 0000000775 775 Bytes | over 5 years |
perl-Class-Method-Modifiers-Fast.spec | 0000002393 2.34 KB | over 5 years |
Comments 0