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=...").
Upstream changes:
2.015 3 September 2008
* Makefile.PL
Backout changes made in 2.014
2.014 2 September 2008
* Makefile.PL
Updated to check for indirect dependencies.
Pkgsrc changes:
- The package requires at least zlib 1.2.3 (part of NetBSD 4 and up)
now, otherwise there will be complaints (grep for "needs zlib" in Zlib.xs).
- Added comment to explain why patch-aa cannot be integrated upstream.
Changes since version 2.011:
============================
2.012 15 July 2008
* Document the gzip flags that WindowBits can take.
* Allow a dictionary to be used with a raw inflate.
Needs zlib 1.2.2.1 or better.
[RT #36046]
2.011 5 May 2008
* A C++-style comment sneaked in with the last update. Fixed.
[core patch #33828]
2.010 5 May 2008
* No Changes
2.009 20 April 2008
* No Changes
2.008 2 November 2007
* Minor documentation changes in README
2.006 1 September 2007
* Makefile.PL
Added INSTALLDIRS directive to install as a core module when built
on a perl >= 5.9.
2.005 18 June 2007
* Only include ppport.h when not being built with perl.
[core patch #30655]