a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Changes from previous:
2011-09-07 0.36 - H.Merijn Brand <h.m.brand@xs4all.nl>
* NAME / DISTNAME in Makefile.PL
2011-09-07 0.35 - H.Merijn Brand <h.m.brand@xs4all.nl>
* More cross-checks for META data
2011-09-01 0.34 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Tests require Test::More-0.88 or up (RT#70538)
* Tested on perl-5.14.1 and 5.15.1
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!
Upstream changes:
2010-02-14 0.30 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Use $Data::Dumper::Quotekeys = 0; instead of removing the quotes myself
* Put first hash element after opening lonely brace
* Upped copyright to 2010
* Use warn () instead of print STDERR
Pkgsrc changes:
- Add build dependency for test target
- Misc tweaks to placate pkglint
Upstream changes:
2009-11-09 0.29 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Use skip instead of skip_all for builds that have no DPeek ()
* Be more lenient towards the allocated space
2009-11-06 0.28 - H.Merijn Brand <h.m.brand@xs4all.nl>
* DDump () now dumps the variable itself, instead of a copy (Zefram)
* Add DGrow ()