Module: Text::CSV::Unicode

Description:
    Text::CSV::Unicode builds on Text::CSV to provides facilities for the 
    composition and decomposition of comma-separated values.  
    Text::CSV::Unicode handles input that includes 8-bit (and more) data.

Copying:
    Copyright (c) 2007 Robin Barker.  All rights reserved.  This program is
    free software; you can redistribute it and/or modify it under the same
    terms as Perl itself.

    Text::CSV::Unicode::_bite is a direct copy of Text::CSV::_bite, except
    as noted in the code.  The original code of Text::CSV::_bite is
    Copyright (c) 1997 Alan Citterman. 

Prerequisites:
    perl 5.8.0
    Text::CSV

Build/Installation:
    Standard build/installation supported by ExtUtils::MakeMaker(3)...
	perl Makefile.PL
	make
	make test
	make install

Recent Changes:
    Version 0.06  2007/12/29
	warning clean for perl 5.10.0;
	remove use of custom Module::Build::Compat
    Version 0.05  2007/09/25
	use import() to check correct Text::CSV
    Version 0.04  2007/08/08
	Tests skip_all if pre-requistites missing
    Version 0.03  2007/07/24
	Makefile.PL requires 5.008

Author:
    Robin Barker <rmbarker@cpan.org>
   
    based on Text::CSV by
    Alan Citterman <alan@mfgrtl.com>
