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 extension Text::CSV::Unicode.

0.01  Tue Jul 10 14:21:57 2007
	- original version; created from my locally modified Text::CSV

0.02  2007-07-19
	- fix use of C< binary => 1 > in POD
	- added requires => { perl => 5.008 } to Build.PL

0.03  2007-07-24
	- Add C<use 5.008;> to Makefile.PL to prevent test failures

0.04  2007-08-08
	- two typos in lib/Text/CSV/Unicode.pm, and hide URL
	- skip_all tests in t/1.t if not perl v5.8.0 or Text::CSV

0.05  2007-09-25
	- use import to check Text::CSV 0.01 not the "UNAUTHORIZED RELEASE"
	- use a variable for \N{QUOTATION MARK} in strings and regexp

0.06  2007-12-30
	- remove inc/Module/Build/Compat.pm: functionality now in release
	- reinstate C<no warnings portable>: warnings clean for perl 5.10.0

0.099 2007-12-31
	- Text::CSV::Base

0.100 2007-12-31
	- more documentation from Text::CSV 
	- documentation of the inclusion of lib/Text/CSV/Base.pm t/base.t