16 Commits

Author SHA1 Message Date
sthen
f74b6c2d62 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:44:34 +00:00
danj
2b83e60e95 Remove maintainer per their request 2019-05-08 21:36:07 +00:00
bluhm
e1bac9442f update p5-Class-Method-Modifiers to 2.12
from maintainer Sergey Bronnikov
2017-03-13 16:26:44 +00:00
naddy
cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00
benoit
d907c4e8a3 Maintainer update to p5-Class-Method-Modifiers-2.11, from Sergey Bronnikov. 2014-11-06 14:26:14 +00:00
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