diff options
author | sno <sno@pkgsrc.org> | 2012-07-06 08:26:29 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-07-06 08:26:29 +0000 |
commit | 4a7b70fe3975290b304b6bb5ccd7e39ede2a3494 (patch) | |
tree | d003a28e911afa1cc248a862fc49c750ec385d24 /textproc | |
parent | 9db149d88f1707b9aef13764c9818c5f8c653c51 (diff) | |
download | pkgsrc-4a7b70fe3975290b304b6bb5ccd7e39ede2a3494.tar.gz |
Updating package for Perl 5 module Text::CSV_XS in textproc/p5-Text-CSV_XS
from 0.88 to 0.90.
Upstream changes since 0.88:
0.90 - 2012-06-15, H.Merijn Brand
* Drop 5.005 support (5.6.1 is now minimum)
* Introduce record_number
* Try harder to get the complete input parsed for the current record
when hitting errors on parsing seekable IO (only works in 5.14.0 and up)
* Tested with perl 5.6.1 .. 5.17.0 (99 versions of perl) on Linux, HP-UX,
AIX, and Windows
* SvSETMAGIC was missing for tied variables causing weird actions at a
distance, e.g. in printf (Thanks TonyC for finding this)
* UTF8 flag was not always reset when using bound variables (TonyC)
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 002cb3eab0f..761c76c0797 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2012/03/22 14:13:06 sno Exp $ +# $NetBSD: Makefile,v 1.38 2012/07/06 08:26:29 sno Exp $ # -DISTNAME= Text-CSV_XS-0.88 +DISTNAME= Text-CSV_XS-0.90 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 97c7f378cda..a90e782e00d 100644 --- a/textproc/p5-Text-CSV_XS/distinfo +++ b/textproc/p5-Text-CSV_XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2012/03/22 14:13:06 sno Exp $ +$NetBSD: distinfo,v 1.22 2012/07/06 08:26:29 sno Exp $ -SHA1 (Text-CSV_XS-0.88.tgz) = 0b8f097e92c04b90a09e6b6b0ee73b0200c3e535 -RMD160 (Text-CSV_XS-0.88.tgz) = c5eb9709254dcedc9003cd3863a0da1200abd50c -Size (Text-CSV_XS-0.88.tgz) = 118937 bytes +SHA1 (Text-CSV_XS-0.90.tgz) = 5d7167fb31b18dbeaa51a786017619fd27a646ac +RMD160 (Text-CSV_XS-0.90.tgz) = 400ffcbc0f50e8e11ea62beae851c57170532388 +Size (Text-CSV_XS-0.90.tgz) = 119398 bytes |