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
This commit is contained in:
parent
6b6a755d35
commit
09a68e751b
2 changed files with 6 additions and 7 deletions
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue