Text-LooseCSV version 1.6
=========================

Highly forgiving variable length record text parser; compare to MS Excel

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module is all perl and should run with versions 5.005 on up.

COPYRIGHT AND LICENCE

Copyright (C) 2001-2007 Reed Sandberg
All rights reserved. This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.