Revision history for Perl extension Text::CSV_PP. 1.06 Thu Nov 1 18:18:02 2007 - modified Text::CSV_PP::NV (Text::CSV_XS compatible) - added Text::CSV_XS compatible methods error_diag() - different from XS version - added test files (copied and modified from Text::CSV_XS v0.32) 1.05 Fri Jun 8 13:47:29 2007 - added Text::CSV_XS compatible methods eof() - added test files (copied and modified from Text::CSV_XS v0.29) - fixed print() bug 1.04 Tue Jun 5 10:49:42 2007 - added Text::CSV_XS compatible methods allow_loose_quotes(), allow_loose_escapes(), allow_whitespace() - added test files (copied and modified from Text::CSV_XS v0.28) - new() returns undef if it gets unsupported attributes (XS compati). - fixed getline() bug - cleaned up code print() and combine() 1.02 Tue May 22 05:49:47 2007 - added Text::CSV_XS compatible methods quote_char(), escape_char(), sep_char(), eol(), always_quote(), binary(), keep_meta_info(), is_quoted(), is_binary(), meta_info() - added test files (copied and modified from Text::CSV_XS v0.26) 1.01 Fri May 13 13:15:26 2005 - added tests in t/01-use.t - fixed pod doc 1.00 Thu May 12 12:52:47 2005 - original version; created by h2xs 1.22 with options -AX -n Text::CSV_PP