diff options
author | sno <sno@pkgsrc.org> | 2009-03-21 23:26:38 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-03-21 23:26:38 +0000 |
commit | 2f7a3648034e804e604c26327d00267d68dd28ac (patch) | |
tree | 7f207453a7e99a96a1bbf8eea51c162da9591be2 /textproc/p5-Text-CSV_XS | |
parent | 6f2e507e9b8e29d7a8f06bab2f799612f47913be (diff) | |
download | pkgsrc-2f7a3648034e804e604c26327d00267d68dd28ac.tar.gz |
Updating Text::CSV_XS to 0.63. Changes since 0.60:
2009-03-20 0.63 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Fixed allow_whitespace with sep_char = TAB (RT#44402)
2009-03-13 0.62 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Prevent warnings in older perls (without utf8)
* All known errors are covered and/or documented. TODO dropped
* Unicode TODO dropped. All covered, or use Text::CSV::Encoded
* Documented the examples
2009-03-08 0.61 - H.Merijn Brand <h.m.brand@xs4all.nl>
* valgrind found a possible uninitialized value
* Restriction in print () was only for really old perls
* Fix for bind_columns () initialisation (vincent, RT#43927)
Oked by he@
Diffstat (limited to 'textproc/p5-Text-CSV_XS')
-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 f6d57bbb3b2..630cc994241 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2009/01/29 20:38:33 seb Exp $ +# $NetBSD: Makefile,v 1.22 2009/03/21 23:26:38 sno Exp $ # -DISTNAME= Text-CSV_XS-0.60 +DISTNAME= Text-CSV_XS-0.63 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 08c75065479..33d04fcaae5 100644 --- a/textproc/p5-Text-CSV_XS/distinfo +++ b/textproc/p5-Text-CSV_XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/01/29 20:38:33 seb Exp $ +$NetBSD: distinfo,v 1.8 2009/03/21 23:26:38 sno Exp $ -SHA1 (Text-CSV_XS-0.60.tgz) = 6d626411b3686db86e9be01b1b9704b6bdb33070 -RMD160 (Text-CSV_XS-0.60.tgz) = e1a129bf29731ed6c63646918766a62d9c7070a7 -Size (Text-CSV_XS-0.60.tgz) = 97410 bytes +SHA1 (Text-CSV_XS-0.63.tgz) = 3e2cbe258c27e0a4da1155605e68ce83e5d5067c +RMD160 (Text-CSV_XS-0.63.tgz) = c94a18d8e850a79a80889217e5a76c1ef7c47111 +Size (Text-CSV_XS-0.63.tgz) = 98667 bytes |