Update from version 2.21 to 2.22. Changes:
2.22 July 19 2008 - Minor Beta + Added JPEG support. + Added 29_process_jpg.t test for jpg dimension processing. + Turned off compatibility_mode() in Spreadsheet::WriteExcel::Big which was on by accident. + Added "Warning about Office Service Pack 3" section to the docs to explain Excel warnings with duplicate data. + Expanded "Dates and Time in Excel" section of the docs. + Added isa() to _process_images() to allow subclassing. Reported by David Worenklein.
This commit is contained in:
parent
d5c177ce92
commit
cd2207c4fc
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.16 2008/06/22 17:08:54 he Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2008/07/27 18:33:55 he Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Spreadsheet-WriteExcel-2.21
|
||||
DISTNAME= Spreadsheet-WriteExcel-2.22
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.8 2008/06/22 17:08:54 he Exp $
|
||||
$NetBSD: distinfo,v 1.9 2008/07/27 18:33:55 he Exp $
|
||||
|
||||
SHA1 (Spreadsheet-WriteExcel-2.21.tar.gz) = 7a86db78a851cb40d02adaac66b1aea6319aba83
|
||||
RMD160 (Spreadsheet-WriteExcel-2.21.tar.gz) = e187a4921eac37cb412f6d6f65ad7a544f4d48f8
|
||||
Size (Spreadsheet-WriteExcel-2.21.tar.gz) = 515892 bytes
|
||||
SHA1 (Spreadsheet-WriteExcel-2.22.tar.gz) = 1547ce0d66e9a1f5a6fe85eb3b9c67bdf3413dbb
|
||||
RMD160 (Spreadsheet-WriteExcel-2.22.tar.gz) = df0f47ec789a222002fa95647e2669d05c6bad57
|
||||
Size (Spreadsheet-WriteExcel-2.22.tar.gz) = 521990 bytes
|
||||
|
|
Loading…
Reference in a new issue