diff options
author | seb <seb@pkgsrc.org> | 2009-01-31 16:16:05 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-01-31 16:16:05 +0000 |
commit | 5d2fb2d753494b5bcf94387988725d752a16ce29 (patch) | |
tree | 96abdeb5f04a424317cdf847f012279b1727df26 /math | |
parent | 6484d9a533dcc011c472b026110274bf2602ac71 (diff) | |
download | pkgsrc-5d2fb2d753494b5bcf94387988725d752a16ce29.tar.gz |
Update from version 0.4400 to version 0.4900 (upstream 0.49)
Upstream changes (it says 0.48 for the first changes entry but I guess the
author really meant 0.49):
0.48 24 January 2009
! Added Text::CSV_XS to xls2csv() function to handle embedded commas
in csv data. Reported by Fredrik Linde.
https://rt.cpan.org/Ticket/Display.html?id=41337
+ Rewrote Utility.pm documentation.
- Removed wantarray from ExcelFmt() and the unused and undocumented
feature of returning the result and a format color in a list context.
The older mechanism is still available but now requires an explicit flag.
0.48 23 January 2009
! Fixed bug where numbers with uppercase formats such as MM/DD/YY
were ignored. Applies to files created by OpenOffice.org and
some international versions of Excel. Added tests for above.
http://rt.cpan.org/Public/Bug/Display.html?id=20526
http://rt.cpan.org/Public/Bug/Display.html?id=31206
http://rt.cpan.org/Public/Bug/Display.html?id=40307
! Removed undocumented and counter-intuitive use of overload on SheetNo in
Worksheet.pm.
http://rt.cpan.org/Public/Bug/Display.html?id=14278
0.47 22 January 2009
! Fixed bug where multiple embedded charts on a worksheet caused the
worksheet order to be lost and data to get overwritten.
Reported by Steven Martin and others.
http://rt.cpan.org/Public/Bug/Display.html?id=13365
0.46 18 January 2009
! Heavily refactored the ExcelFmt() function for maintainability and
fixed several bugs, in particular for 12 hour clock times.
Added test cases for above.
! Removed use of $& match variables from ExcelFmt.
Reported by Aaron Wigley.
http://rt.cpan.org/Public/Bug/Display.html?id=42425
! Replaced lvalue substr() in ExcelFmt () with 4-arg substr()
for efficiency. Reported by Goro Fuji.
http://rt.cpan.org/Public/Bug/Display.html?id=42518
! Removed spurious t/examples dir from Makefile.PL and removed
unused t/lib dir. Reported by Peter (Stig) Edwards.
http://rt.cpan.org/Public/Bug/Display.html?id=42442
0.45 13 January 2009
! Fixed failed parsing of large (8-16k) Unicode strings.
Reported by Graham Stead and Moka.
http://rt.cpan.org/Public/Bug/Display.html?id=41813
http://rt.cpan.org/Public/Bug/Display.html?id=35678
! Fixed critical bug where data rows could be ignored.
Reported and isolated by Peter (Stig) Edwards.
http://rt.cpan.org/Public/Bug/Display.html?id=30677
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Spreadsheet-ParseExcel/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Spreadsheet-ParseExcel/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/p5-Spreadsheet-ParseExcel/Makefile b/math/p5-Spreadsheet-ParseExcel/Makefile index d5c8c2a0136..78c3b3ede23 100644 --- a/math/p5-Spreadsheet-ParseExcel/Makefile +++ b/math/p5-Spreadsheet-ParseExcel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2009/01/12 23:25:49 he Exp $ +# $NetBSD: Makefile,v 1.17 2009/01/31 16:16:05 seb Exp $ # -DISTNAME= Spreadsheet-ParseExcel-0.44 +DISTNAME= Spreadsheet-ParseExcel-0.49 PKGNAME= p5-${DISTNAME}00 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JM/JMCNAMARA/} diff --git a/math/p5-Spreadsheet-ParseExcel/distinfo b/math/p5-Spreadsheet-ParseExcel/distinfo index 39a3e8e7b41..1cfe3277b0c 100644 --- a/math/p5-Spreadsheet-ParseExcel/distinfo +++ b/math/p5-Spreadsheet-ParseExcel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/01/12 23:25:50 he Exp $ +$NetBSD: distinfo,v 1.8 2009/01/31 16:16:05 seb Exp $ -SHA1 (Spreadsheet-ParseExcel-0.44.tar.gz) = a7d48f82278a67ca1b525d8c001f12f982077dd7 -RMD160 (Spreadsheet-ParseExcel-0.44.tar.gz) = b5a59c54ab1b07b3a903fc0ce9e988c628528405 -Size (Spreadsheet-ParseExcel-0.44.tar.gz) = 107753 bytes +SHA1 (Spreadsheet-ParseExcel-0.49.tar.gz) = 1af5743e6c7fab044f56a867449c1c590d2c93e7 +RMD160 (Spreadsheet-ParseExcel-0.49.tar.gz) = f8ce3ff6e490748a2b93028b2fd83eede85b4fd9 +Size (Spreadsheet-ParseExcel-0.49.tar.gz) = 117123 bytes |