Revision history for Perl extension Text::CSV::R.
0.3 Sun Sep 26 2010
-
Typos in POD and README
-
fixed permissions
0.2 Fri Sep 24 2010
-
fill option for read and write
-
Bugfix: options in read_delim broken
-
Bugfix: SYNOPSIS suggested that colnames/rownames returns array not
array_ref
0.1 Thu Aug 24 2010
-
code cleanup
-
Bugfix: colnames wrong with row_names option
0.03 Thu Aug 18 2010
-
dec for writing
-
removed delete support for R::Matrix
-
colnames() and rownames() setter now check if arguments are correct
-
col_names and row_names in write now support array references
-
fixed special characters in POD of append option
-
code cleanup
-
Unicode test requires Perl 5.8+
-
Bugfix: default dec of read_csv2 was q{.}, not q{,}
-
Bugfix: col_names option in write ignored
0.02 Sat Aug 14 2010
-
Option append
-
POD updates (write_table, write_csv, fixed typo in SYNOPSIS, added link
to Text::CSV::Slurp)
-
added git repository to Makefile.PL and Build.PL
-
more author tests
0.01 Thu Jul 29 2010
-
initial CPAN upload.