diff options
author | Falu <falu0_0@fastmail.fm> | 2011-07-09 09:26:49 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 19:50:58 -0300 |
commit | 1a2f261d32a48c680785b6ad85c613ac6c14dfa5 (patch) | |
tree | 306fca1facfb63996f7ac8846f37dd89914b61ab /perl/perl-Text-CSV_XS/README | |
parent | bfd614f60af5846bb7b37e07029e6075636525f7 (diff) | |
download | slackbuilds-1a2f261d32a48c680785b6ad85c613ac6c14dfa5.tar.gz |
perl/perl-Text-CSV_XS: Added (perl module)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'perl/perl-Text-CSV_XS/README')
-rw-r--r-- | perl/perl-Text-CSV_XS/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/perl-Text-CSV_XS/README b/perl/perl-Text-CSV_XS/README new file mode 100644 index 0000000000..4bbec22ced --- /dev/null +++ b/perl/perl-Text-CSV_XS/README @@ -0,0 +1,3 @@ +Text::CSV_XS provides facilities for the composition and decomposition of +comma-separated values. An instance of the Text::CSV_XS class can combine +fields into a CSV string and parse a CSV string into fields. |