develooper Front page | perl.dbi.users | Postings from May 2007

[ANNOUNCE] Text-CSV_XS 0.27

Thread Next
From:
H.Merijn Brand
Date:
May 31, 2007 06:39
Subject:
[ANNOUNCE] Text-CSV_XS 0.27
Message ID:
20070531153607.27d0ca29@pc09
2007-05-31  0.27 - H.Merijn Brand   <h.m.brand@xs4all.nl>

        * checked with perlcritic (still works under 5.00504)
          so 3-arg open cannot be used (except in the docs)
        * 3-arg open in docs too
        * Added a lot to the TODO list
        * Some more info on using escape character (jZed)
        * Mention Text::CSV_PP in README
        * Added t/45_eol.t, eol tests
        * Added a section about embedded newlines in the pod
        * Allow \r as eol ($/) for parsing
        * More docs for eol
        * More eol = \r fixes, tfrayner's test case added to t/45_eol.t

2007-05-15  0.26 - H.Merijn Brand   <h.m.brand@xs4all.nl>

        * Add $csv->allow_undef (1) suggestion in TODO
          Still have to find the best spot to document
          the difference between empty string and undef
        * Spell-checked the pod and fixed some typo's
        * Added t/70_rt.t
          - Regression         for RT 24386: \t doesn't work (WFM)
          - Regression and fix for RT 21530: getline () return at eof
            This one still passes under perl 5.00504
          - Regression         for RT 18703: Fails to use quote_char of '~'
        * Added t/55_combi.t for most combinations of always_quote,
          sep_char, quote_char, and escape_char
        * Added docs about sep_char not allowed to be either quote_char
          or escape_char
        * Both combine () and parse () now return FALSE id sep_char is
          equal to either quote_char or escape_char. Done in XS, as it
          was a slowdown of 10% when done in perl.


-- 
H.Merijn Brand         Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using & porting perl 5.6.2, 5.8.x, 5.9.x   on HP-UX 10.20, 11.00, 11.11,
& 11.23, SuSE 10.0 & 10.2, AIX 4.3 & 5.2, and Cygwin. http://qa.perl.org
http://mirrors.develooper.com/hpux/            http://www.test-smoke.org
                        http://www.goldmark.org/jeff/stupid-disclaimers/

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About