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:
- Add dependency on devel/p5-lib-abs
- Rewrite DESCR: mention this Perl 5 module is deprecated and mention
its successor provided in the new package devel/p5-lib-abs
Upstream changes:
0.90 2009-07-21
Make as just a compatibility wrapper for lib::abs
Upstream changes:
Changes are not documented, but comparing the this version with
the previous shows that the ex::lib module is now also provided
as lib::abs.
Collection.
The Perl 5 module ex::lib is a library to transform relative paths
to absolute paths at the BEGIN stage, and push them to @INC. Relative
path origin is not the current working directory, but the location
of the file the statement is in.