to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
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=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Upstream changes:
0.19 Tue Nov 24 2009
! Fixed bug where the OLE header wasn't been written correctly
for files < 7MB. This was causing Spreadsheet::WriteExcel
problems in Windows 7.
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=...").
0.17 Tue May 10 00:00:00 2008
- Rewrote internal date handling functions to avoid
Math::BigInt due to further problems introduced by the
patch in 0.15.
http://rt.cpan.org/Public/Bug/Display.html?id=34567
Reported by Andrew Benham.
0.16 Tue Feb 19 23:00:00 2008
- Workaround for HP-UX Perl 5.6 integer bug.
Thanks Bob Rose.
- Fix for binmode() on IO::Scalar.
Reported by Tobias Tacke:
http://rt.cpan.org/Public/Bug/Display.html?id=32603
Pkgsrc changes:
- Simplified MASTER_SITES.
- The package supports installation to DESTDIR.
- A compiler is not necessary.
Changes since version 0.14:
===========================
0.15 Sat Dec 1 18:00:00 2007
- Fix for OLE::Storage_Lite performance degradation caused
by Math::BigInt degradation.
http://rt.cpan.org/Public/Bug/Display.html?id=31006
Thanks Jonathan Kamens.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
0.14 Mon Nov 8 14:00:00 2004
- Return filehandle close() value to caller. Spotted in
Spreadsheet::WriteExcel::Big by Edward James and
Reidar Johansen.
- Changed IO::Scalar from a "use" to a "require" and removed
the Makefile dependency to make H. Merijn Brand's life easier
for some reason. :-)
0.13 Sun Aug 1 13:00:00 2004
- Allowed use of user defined filehandles. This should make the
module work with mod_perl and some other applications.
https://rt.cpan.org/NoAuth/Bug.html?id=7168
0.12 Thu May 28 23:00:00 2004
- Applied patch to fix problems when creating very large files.
Thanks James Rouzier.
- Applied patch to allow IO::Scalar as a data destination.
Thanks Kyle Burton.
- Fixed pack() warning in perl5.8 - jmcnamara
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.