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:
0.05 - Wed Jan 14 22:54:13 2009
* Happy 2009! There aren't any code changes, but I needed to
make the version in the Pod match the code version.
Upstream changes:
0.04 - Sun Aug 31 13:54:27 2008
* Fixes include:
* #24823: is_interactive() and command line arguments
* #38660: "null" filehandle is a memory leak
* #20689: IO::Interactive leaks temp files
0.03_01 - Sun Aug 24 21:53:11 2008
* Cleaning up old tickets:
+ #20689 Now that we don't use a scalar filehandle,
no extra temp files under 5.6.2
+ #24823 Applied Schwern's patch to ignore command
line arguments
+ #38660 Fix memory link (same fix for #20689, not
printing to a scalar
* Maintainer is now brian d foy <bdfoy@cpan.org>
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=...").