summaryrefslogtreecommitdiff
path: root/cpan/dist/Text-CSV/README
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/dist/Text-CSV/README')
-rw-r--r--cpan/dist/Text-CSV/README32
1 files changed, 0 insertions, 32 deletions
diff --git a/cpan/dist/Text-CSV/README b/cpan/dist/Text-CSV/README
deleted file mode 100644
index e25e4cda..00000000
--- a/cpan/dist/Text-CSV/README
+++ /dev/null
@@ -1,32 +0,0 @@
-Module: Text::CSV
-
-Description:
- Text::CSV provides facilities for the composition and decomposition of
- comma-separated values. An instance of the Text::CSV class can combine
- fields into a CSV string and parse a CSV string into fields.
-
-Copying:
- Copyright (c) 1997 Alan Citterman. All rights reserved. This program is
- free software; you can redistribute it and/or modify it under the same
- terms as Perl itself.
-
-Prerequisites:
- perl 5.002
-
-Build/Installation:
- Standard build/installation supported by ExtUtils::MakeMaker(3)...
- perl Makefile.PL
- make
- make test
- make install
-
-Recent Changes:
- Version 0.01 06/05/1997
- original version
-
-Planned Enhancements:
- + extend constructor to accept parse() configuration to support other
- variations of CSV
-
-Author:
- Alan Citterman <alan@mfgrtl.com>