Update to 1.33
-------------- 1.33 Tue Mar 3 14:13:41 2015 - Fix some reported bugs with handling fields with zeros. https://rt.cpan.org/Public/Bug/Display.html?id=93518 https://rt.cpan.org/Public/Bug/Display.html?id=92509 patched by shlomif - catch up Text::CSV_XS 1.02 * add decode_utf8 attribute by ktat - fix warnings: $. is undefined by ktat - typo fixes in doc by anirvan, dsteinbrunner and pdl. - parse() supports bind_columns() * TODO: Updating documents and adding diag_verbose in the next version. Catching up CSV_XS 1.04.
This commit is contained in:
parent
6c7f444da1
commit
e59f989bfb
2 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.15 2014/05/29 23:37:41 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2015/04/29 13:50:23 mef Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Text-CSV-1.32
|
||||
DISTNAME= Text-CSV-1.33
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.9 2013/07/14 06:42:02 wen Exp $
|
||||
$NetBSD: distinfo,v 1.10 2015/04/29 13:50:23 mef Exp $
|
||||
|
||||
SHA1 (Text-CSV-1.32.tar.gz) = 3c98ddf726e3608d14288347959d6de183ddd541
|
||||
RMD160 (Text-CSV-1.32.tar.gz) = 6cb05070a150ed8e68ac59b1a6c4d85e134c6ef8
|
||||
Size (Text-CSV-1.32.tar.gz) = 62294 bytes
|
||||
SHA1 (Text-CSV-1.33.tar.gz) = 9ad509d5bfd60914fdbd4ff8ce0b577df26590ee
|
||||
RMD160 (Text-CSV-1.33.tar.gz) = a13b5f1d303fcf8a67bd2c241938bb32a0604ea8
|
||||
Size (Text-CSV-1.33.tar.gz) = 64771 bytes
|
||||
|
|
Loading…
Reference in a new issue