diff options
author | wen <wen@pkgsrc.org> | 2014-09-16 12:19:53 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-09-16 12:19:53 +0000 |
commit | fec1c0a86ab3f630d2959c32ec1e91b9d005c472 (patch) | |
tree | a711a4ba047ae14da82c55522cd760d75e8c3338 /textproc | |
parent | ea3ab953fbabc8fdeae7017ad0d53770fc3cc1ff (diff) | |
download | pkgsrc-fec1c0a86ab3f630d2959c32ec1e91b9d005c472.tar.gz |
Update to 1.11
Upstream changes:
1.11 - 2014-08-08, H.Merijn Brand
- Fixed eof (RT#97742)
- Check for attribute conflicts early
- csv (in => [..]) now defaults to *STDOUT for out
- Support for multi-byte quote_char
- New attribute "key" for csv ()
1.10 - 2014-08-04, H.Merijn Brand
* Support for scalar ref in out: csv (out => \(my $x = ""), ...)
* Support for multi-byte sep_char
* Simplified the cache coding
Diffstat (limited to 'textproc')
-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 a06094272a4..5c93b54175d 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2014/07/06 15:26:20 schmonz Exp $ +# $NetBSD: Makefile,v 1.51 2014/09/16 12:19:53 wen Exp $ # -DISTNAME= Text-CSV_XS-1.09 +DISTNAME= Text-CSV_XS-1.11 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tcx CATEGORIES= textproc perl5 diff --git a/textproc/p5-Text-CSV_XS/distinfo b/textproc/p5-Text-CSV_XS/distinfo index 7adf473f897..e5334cddbea 100644 --- a/textproc/p5-Text-CSV_XS/distinfo +++ b/textproc/p5-Text-CSV_XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2014/07/06 15:26:20 schmonz Exp $ +$NetBSD: distinfo,v 1.31 2014/09/16 12:19:53 wen Exp $ -SHA1 (Text-CSV_XS-1.09.tgz) = a5886328a31e7b5e7d95c7cde29a683c9bb39df6 -RMD160 (Text-CSV_XS-1.09.tgz) = ea17003d0bfe5a33c090995703bf3b077f58ca85 -Size (Text-CSV_XS-1.09.tgz) = 139017 bytes +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 |