diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-04 14:50:17 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-04 14:50:17 +0000 |
commit | 424712c99031988542f67dac3c3bae3e5767fa47 (patch) | |
tree | 9997ed2bc365343cc50f2112f7cf525de7493ac8 /textproc/p5-Text-CSV | |
parent | 57fa217f99c650132a18957d09147465de4f9099 (diff) | |
download | pkgsrc-424712c99031988542f67dac3c3bae3e5767fa47.tar.gz |
Update p5-Text-CSV to 1.21.
Changes from previous:
1.21 Mon Dec 27 12:35:35 2010
- updated the compatibility for Text::CSV_XS version 0.80
* added getline_all() and getaline_hr_all()
* added missing test file
1.20 Wed Oct 20 13:53:59 2010
- couldn't parse the csv containing the column starting with '0'. (hiratara)
* patched by hiratara
* enhanced getline regexp (makamaka)
* resolved a bug in bleadperl-fb85c04
- added tests into t/71_pp.t (hiratara)
1.19 Sat Oct 2 14:15:59 2010
- getline didn't work correctly with 0 or null containing lines
(pointed by Bernhard Prott)
- updated the compatibility for Text::CSV_XS version 0.74
* real eol support for parsing streams (beyond \n, \r and \r\n)
* clarify doc for always_quote to not quote undef fields
and XS and PP incompatibility of UTF8 process for print and combine
Diffstat (limited to 'textproc/p5-Text-CSV')
-rw-r--r-- | textproc/p5-Text-CSV/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-CSV/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Text-CSV/Makefile b/textproc/p5-Text-CSV/Makefile index fa105955857..7594b5f74b7 100644 --- a/textproc/p5-Text-CSV/Makefile +++ b/textproc/p5-Text-CSV/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2011/08/14 15:14:11 obache Exp $ +# $NetBSD: Makefile,v 1.9 2011/10/04 14:50:17 hiramatsu Exp $ # -DISTNAME= Text-CSV-1.18 +DISTNAME= Text-CSV-1.21 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} diff --git a/textproc/p5-Text-CSV/distinfo b/textproc/p5-Text-CSV/distinfo index 63032059240..641e3569412 100644 --- a/textproc/p5-Text-CSV/distinfo +++ b/textproc/p5-Text-CSV/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/07/17 08:57:34 sno Exp $ +$NetBSD: distinfo,v 1.7 2011/10/04 14:50:17 hiramatsu Exp $ -SHA1 (Text-CSV-1.18.tar.gz) = d0bc000842d09175e995c90577dca471a3191818 -RMD160 (Text-CSV-1.18.tar.gz) = c88f2e5eaec8edeb3e669396098068b6461ce174 -Size (Text-CSV-1.18.tar.gz) = 53640 bytes +SHA1 (Text-CSV-1.21.tar.gz) = bf9e22c52f507db5542bc53cb2228181c1bd7c76 +RMD160 (Text-CSV-1.21.tar.gz) = c8a41b1c52755fd746c35e66ef3a9da8704ab51b +Size (Text-CSV-1.21.tar.gz) = 58647 bytes |