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
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!
- 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"