summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Mix
AgeCommit message (Collapse)AuthorFilesLines
2011-08-10Revision bump after updating perl to 5.14.1adam1-7/+5
2010-09-02Updating devel/p5-Class-Mix from 0.003nb1 to 0.004sno2-8/+11
pkgsrc changes: - add license definition - add dependencies (from META.yml/Build.PL) Upstream changes: version 0.004; 2010-09-01 * mro option for mix_class(), to control the method resolution order of the mixture class * prefix option for mix_class(), to control where the mixture class is located * document that PREFIX missing from genpkg() means "don't care", and change the actual default from "" to "Class::Mix::" * check for required Perl version at runtime * remove extra block around each sub definition, for readability * use full stricture in test suite * in Build.PL, explicitly declare configure-time requirements * remove bogus "exit 0" from Build.PL * add MYMETA.yml to .cvsignore
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-05-21pkgsrc changes:sno2-6/+6
- Updating package for p5 module Class::Mix from 0.002 to 0.003 Upstream changes: version 0.003; 2009-05-19 * bugfix: avoid unreliable "\w" in parsing PREFIX parameter for genpkg() * use simpler "parent" pragma in place of "base"
2009-05-03Initial import of p5-Class-Mix version 0.002 in the NetBSD Packagesseb3-0/+29
Collection. The Perl 5 module Class::Mix provides a mix_class function which dynamically generates `anonymous' classes with specified inheritance.