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=...").
No pkgsrc changes.
Changes since version 0.15:
=====================================
0.18 Sat May 20 01:00:00 2005
- Documented bin_find().
- Added pod tests. Watch my kwalitee go up! Woohoo!
0.17 Wed May 18 12:00:00 2005
- Fixed last fix and corresponding test.
0.16 Wed May 18 10:00:00 2005
- Fixed divide by zero on find with empty spanner.
Reported by jgmyers via rt.cpan.org.
- Fixed pod errors.
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
Net::CIDR::Lite is a Perl extension for merging IPv4/v6 CIDR addresses.
Faster alternative to Net::CIDR when merging a large number of CIDR address
ranges. Works for IPv4 and IPv6 addresses.