11 Commits

Author SHA1 Message Date
afresh1
dc0b25963b Cleanup TEST_DEPENDS in p5-Class-Method-Modifiers
OK Sergey Bronnikov (maintainer), jasper@
2014-04-28 14:18:24 +00:00
sthen
ad10050a0a simplify DESCR 2014-04-05 09:10:13 +00:00
afresh1
8eef1346ff Bring back p5-Class-Method-Modifiers-2.10
Needed now for p5-Moo

From new maintainer Sergey Bronniko
2014-04-05 06:20:05 +00:00
sthen
53590d5e54 Remove p5-Class-Method-Modifiers, was only needed for the old versions of
p5-Mouse and no longer used. Pointed out by Andreas Vögele.
2012-04-09 09:29:46 +00:00
sthen
eb1cad00f6 comment-out line requiring Module::Install::GithubMeta,
newer Module::Install has strict subs and this breaks unless installed
2012-04-07 20:52:45 +00:00
jasper
f308e59cc2 use modinst CONFIGURE_STYLE, instead of passing --skipdeps
from gleydson soares
2011-04-13 17:44:37 +00:00
ajacoutot
aaa1885833 Bump after recent cpan.port.mk change.
ok jasper@
2010-12-03 11:44:22 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
espie
5c08d95027 USE_GROFF=Yes 2010-10-18 17:47:50 +00:00
simon
9e420f112e update to version 1.04 2009-06-24 18:45:51 +00:00
simon
1d3b898128 import p5-Class-Method-Modifiers
Method modifiers are a powerful feature from the CLOS (Common Lisp
Object System) world.
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.
2008-08-20 13:44:29 +00:00