file: $CPAN/authors/id/H/HM/HMBRAND/Text-CSV_XS-0.36.tgz
size: 81490 bytes
md5: 22f38237fb6c52f283575f9549900509
Request entered by: HMBRAND (H.Merijn Brand)
Request entered on: Thu, 06 Mar 2008 07:54:29 GMT
Request completed: Thu, 06 Mar 2008 07:55:41 GMT
I finally scratched a longstanding personal itch. No more need for 'use
IO::Handle;'.
Text::CSV_XS will now do that for you automatically at the moment it is
needed, and
only once, so no performance penalty. This will simplify one-liners.
2008-03-06 0.36 - H.Merijn Brand <h.m.brand@[EMAIL PROTECTED]
>
* Updated ppport.h
* auto-load IO::Handle when needed
* Tested with all available perl builds, including a fresh
threaded 5.11 (blead)
2008-03-01 0.35 (Valloire) - H.Merijn Brand <h.m.brand@[EMAIL PROTECTED]
>
* use warnings/$^W = 1
* Tested on 5.10.0, 5.8.8, 5.6.2, and 5.005_04, Strawberry and
Cygwin
* Diagnostics for failed new ()
* New 'blank_is_undef' option
* Updated docs
* Extended the DIAGNOSTICS a bit
* Updated TODO
* Fixed allow_whitespace issue, revealed by blank_is_undef
* Re-enabled some tests
* Fixed parse error that passed for q{1, "bar",2} with escape_char
+
* Reversed an erroneous test result in the funny combo section
* Extended diagnostics tests
* Extended XS coverage
* Removed error 2033
Enjoy, Have FUN! H.Merijn


|