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@
This commit is contained in:
parent
c62bfc74b0
commit
f48cb1d509
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue