File::TabularData --- Modules for reading/writing tabular data files

  Copyright (c) 2008 Yahoo! Inc.  All rights reserved.  This program is free
  software; you can redistribute it and/or modify it under the terms of the GNU
  General Public License (GPL), version 2 only.  This program is distributed
  WITHOUT ANY WARRANTY, whether express or implied. See the GNU GPL for more
  details (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)

Description:

  File::TabularData provides an interface for reading/writing tabular data
  files in different formats.  The package includes two modules for reading/
  writing tabular data files sequentially.  Supported file formats are CSV, TSV
  and Excel 2003 (Read only) files.

Prerequisites:

  Perl 5.8 or later
  Archive::Zip
  File::BOM
  File::NFSLock
  IO::String
  Params::Validate
  Spreadsheet::ParseExcel
  Text::CSV_XS
  Test::Class
  Tie::IxHash
  XML::SAX

How to build/install:

  See INSTALL.

Revision History:

0.01  2008-09-05
  - Initial release

0.02  2008-09-17
  - Fix dependencies in Makefile.PL

0.03  2008-10-16
  - Fix dependencies in Makefile.PL

0.04  2008-10-28
  - Fix File::BOM version issue
