diff options
author | he <he> | 2008-07-27 18:33:55 +0000 |
---|---|---|
committer | he <he> | 2008-07-27 18:33:55 +0000 |
commit | 68ee6ebf9e7f8337b2c8201ec2bd69932f8a22b5 (patch) | |
tree | e1a43d65121fdcdec9a721decefd907226c2fbf6 /math/p5-Spreadsheet-WriteExcel/Makefile | |
parent | 836a6ce45b8849f2e330d5c9811d79d95caebd85 (diff) | |
download | pkgsrc-68ee6ebf9e7f8337b2c8201ec2bd69932f8a22b5.tar.gz |
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.
Diffstat (limited to 'math/p5-Spreadsheet-WriteExcel/Makefile')
-rw-r--r-- | math/p5-Spreadsheet-WriteExcel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Spreadsheet-WriteExcel/Makefile b/math/p5-Spreadsheet-WriteExcel/Makefile index 669ccd4e2e5..6bfd2259999 100644 --- a/math/p5-Spreadsheet-WriteExcel/Makefile +++ b/math/p5-Spreadsheet-WriteExcel/Makefile @@ -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/} |