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:
1.13 2007 Oct 27
- recoded member(), insert(), and remove() to use a binary search
1.12 2007 Sep 08
- added support for spans in constructors
1.11 2007 Mar 17
- added mutating set operations
- added operator overloads
1.10 2007 Mar 04
- extened new to take list of set_specs
- added size as an alias for cardinality
- added sets method
- added cover (extent), and holes methods
- added inset, pad, and trim methods
- added grep_spans and map_spans functions
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.