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=...").
Pkgsrc changes:
o Adjust dependencies
o Adjust maintainer e-mail address
Upstream changes:
version 0.18: Fri Jun 8 16:12:16 CEST 2007
- add Test::Pod to pre-requisits.
version 0.17: Fri Jun 8 16:09:52 CEST 2007
- added t/pod.t
- use oodist to generate documentation
version 0.16: Sun Mar 25 17:10:24 CEST 2007
- generate pod with OODoc 0.99
- removed need for version, mkdist, mkdoc
- removed README.oodoc
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.
Portelli and slightly modified by me.
This module helps you implementing delay loading of object-data. While
creating a stub-object, Object::Realize::Later simulates you got the
real data.