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:
- Adding license definition
Upstream changes:
2.08 2009-10-04 10:14:36 UTC
- make_path() can now set user- and group-ownership
on created directories. (Suggested by Jens Rehsack,
CPAN #47558).
2.07_03 2009-06-21 13:11:30 UTC
- Merged 2.07_02 patches from blead
- Remove stat checks on Windows platform (inhibits
UNC path removals from working, and Windows is
immune to this particular attack). CPAN #34701