The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module Tie::Array::CSV.
0.08 2019-10-07
  - Add ability to replace entire row (plicease++)

0.07 2013-03-25
	- Fix bug on directly accessing a line beyond the end of the current length

0.06 2013-02-06
	- Force Tie::File to use \n as line separator, fixing tests on Win32 (Mithaldu++)
	- Use Module::Build directly

0.05 2012-02-08
	- 'hold_row' logic separated into T::A::CSV::HoldRow subclass
	- T::A::CSV::HR::Row objects are more aware of their host's activities
	- Text::CSV object may be passed to constructor
	- Use Module::Build rather than EU::MM (still using dzil)

0.04 2011-12-18
	- 'tie' constructor can accept same options as 'new'
	- 'col_sep' added as class option (vs simply passthrough)
	- 'hold_row' option added (deferred row opts)

0.03 2011-10-21
	- 'new' constructor added, brings extra calling options

0.02 2011-10-21
	- T::A::CSV behaves more like an array in odd cases

0.01 2011-08-12
	- Initial release