pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Class-Method-Modifiers



Module Name:    pkgsrc
Committed By:   he
Date:           Tue Jul 22 23:18:55 UTC 2008

Update of /cvsroot/pkgsrc/devel/p5-Class-Method-Modifiers
In directory ivanova.netbsd.org:/tmp/cvs-serv10931

Log Message:
Import p5-Class-Method-Modifiers version 1.01.

This package provides Moose-like method modifiers.

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.

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/devel/p5-Class-Method-Modifiers/Makefile
N pkgsrc/devel/p5-Class-Method-Modifiers/DESCR
N pkgsrc/devel/p5-Class-Method-Modifiers/distinfo

No conflicts created by this import



Home | Main Index | Thread Index | Old Index