diff options
author | schmonz <schmonz> | 2014-11-23 14:39:20 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2014-11-23 14:39:20 +0000 |
commit | 79a0270121a5244192f30a3a31cac294bd89ad50 (patch) | |
tree | 11c8bb6c850802a1aeac9f60e593199e4621e919 | |
parent | 149d50381cacf65e4383e278b8e219f4c77b5070 (diff) | |
download | pkgsrc-79a0270121a5244192f30a3a31cac294bd89ad50.tar.gz |
Update to 1.12. From the changelog:
* Add field number to error_diag
* Fixed non-IO parsing multi-byte EOL
* Fixed a possible missed multi-byte EOL
* Allow hashref for csv ()'s headers attribute
* Allow encoding on all output handles in csv ()
* Include doc changes as ticketed in the Text::CSV queue
* Fix parallel testing issue
* Allow csv as method call (not using the object)
* Rename quote_null to escape_null
* Give meaning to keep_meta_info on output
-rw-r--r-- | textproc/p5-Text-CSV_XS/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_XS/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile index 514ec3b1892..7b21b2a493a 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2014/10/09 13:44:58 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2014/11/23 14:39:20 schmonz Exp $ # -DISTNAME= Text-CSV_XS-1.11 +DISTNAME= Text-CSV_XS-1.12 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} diff --git a/textproc/p5-Text-CSV_XS/distinfo b/textproc/p5-Text-CSV_XS/distinfo index e5334cddbea..b9c8516d4c9 100644 --- a/textproc/p5-Text-CSV_XS/distinfo +++ b/textproc/p5-Text-CSV_XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.31 2014/09/16 12:19:53 wen Exp $ +$NetBSD: distinfo,v 1.32 2014/11/23 14:39:20 schmonz Exp $ -SHA1 (Text-CSV_XS-1.11.tgz) = 6af88dbbc9970f4e5487477b22604fac1ac6c789 -RMD160 (Text-CSV_XS-1.11.tgz) = 3311a6d3d354689f52a18ccab616507b092d7c30 -Size (Text-CSV_XS-1.11.tgz) = 142210 bytes +SHA1 (Text-CSV_XS-1.12.tgz) = bd35b1a9db904e5de2f8fc7d9e3b1991e94296ab +RMD160 (Text-CSV_XS-1.12.tgz) = 6437a8cd55f7c89c8bfe60d65662b6bbfa57e26e +Size (Text-CSV_XS-1.12.tgz) = 144685 bytes |