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.
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.
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