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=...").
Changes:
0.45 Mon Sep 8 09:13:14 MDT 2008
-Patch from Milosz Tanski <mtanski@gridapp.com> to make module
thread-safe on linux (rt.cpan.org ID 38709). Patch from Scott
Davis <darkpreludesi@hotmail.com> for new constructor flag
enable_ttys, which when set to 0 disables traversing the
device tree.
0.44 Fri Jul 25 08:25:52 MDT 2008
-Patch from Tom Wyant <twyant3@comcast.net> for darwin issues
that didn't make it into 0.43.
0.43 Thu Jul 17 20:59:23 MDT 2008
-Changed 'my $TTYDEVSFILE;' to 'our' to permit multiple
versions of perl (rt.cpan.org bug ID 37722); fixed up include
file order in os/Linux.h so module will build on OpenSuse 11
per request of Steve Linn <steve@rhythm.com>; fixed warning
under perl 5,10 (rt.cpan.org bug ID 36666); fixes for numerous
problems on darwin from Tom Wyant <twyant3@comcast.net>
(rt.cpan.org bug IDs 24331, 32761, and 33698); fix for ARG_MAX
dynamic configuration in os/Linux.h (rt.cpan.org bug ID 36283).
0.42 Fri Jan 25 22:29:00 MST 2008
-Patch to fix PROC_FS define in Solaris 5.10 from jlv
<jloverso@mathworks.com>; patch to replace kinfo array and use
KINFO structure on darwin. Patch from Steve Linn
<steve@rhythm.com> for x86_64 linux. Shortened test code so it
only shows info for current process.