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!
pkgsrc changes:
- Adjust module file permission
Upstream changes:
0.12 Mon Feb 15 19:23:52 CST 2010
Thanks to MONS for addressing these:
- rt 39183 fallback to Clone::PP if needed/possible
- rt 43056 OO support for more sane behavior non-trampling
This version is a cleaned up version of MONS' patch in rt 43056 plus:
Added tests for OO behavior.
Cleaned up POD a little
perltidy
- Updating package for p5 module Hash::Merge to 0.11
- Set license to artistic-2.0
Upstream changes:
0.11 Thu Apr 9 08:32:12 2009
- fix ||= typo, thanks GWADEJ or bringing it to my attention
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
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=...").
Collection.
The Perl 5 module Hash::Merge merges two arbitrarily deep hashes
into a single hash. That is, at any level, it will add non-conflicting
key-value pairs from one hash to the other, and follows a set of
specific rules when there are key value conflicts.