2012-02-01 20:27:56 by Ulrich Habel | Files touched by this commit (2) |
Log message:
Updated to 0.005
Changes:
version 0.005; 2011-10-28
* include META.json in distribution
* convert .cvsignore to .gitignore
* add MYMETA.json to .gitignore
|
2011-08-10 06:24:24 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Revision bump after updating perl to 5.14.1
|
2010-09-02 21:18:30 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Class-Mix from 0.003nb1 to 0.004
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-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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-21 17:04:24 by Jens Rehsack | Files touched by this commit (2) |
Log message:
pkgsrc changes:
- 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-03 07:53:13 by Stoned Elipot | Files touched by this commit (3) | |
Log message:
Initial import of p5-Class-Mix version 0.002 in the NetBSD Packages
Collection.
The Perl 5 module Class::Mix provides a mix_class function which
dynamically generates `anonymous' classes with specified inheritance.
|