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
  Params::Validate
  Spreadsheet::ParseExcel
  Text::CSV_XS

How to build/install:

  See INSTALL.

Revision History:

0.01  2008-09-05
  - Initial release
