home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / CSV.pm < prev    next >
Encoding:
Perl POD Document  |  2004-04-19  |  510 b   |  37 lines

  1. # -*- perl -*-
  2.  
  3. package Bundle::DBD::CSV;
  4.  
  5. $VERSION = '0.1016';
  6.  
  7. 1;
  8.  
  9. __END__
  10.  
  11. =head1 NAME
  12.  
  13. Bundle::DBD::CSV - A bundle to install the DBD::CSV driver
  14.  
  15. =head1 SYNOPSIS
  16.  
  17. C<perl -MCPAN -e 'install Bundle::DBD::CSV'>
  18.  
  19. =head1 CONTENTS
  20.  
  21. DBI 1.02
  22.  
  23. Text::CSV_XS 0.14
  24.  
  25. SQL::Statement 0.1006
  26.  
  27. DBD::File
  28.  
  29. DBD::CSV
  30.  
  31. =head1 DESCRIPTION
  32.  
  33. This bundle includes all that's needed to access so-called CSV (Comma
  34. Separated Values) files via a pseudo SQL engine (SQL::Statement) and DBI.
  35.  
  36. =cut
  37.