libtext-csv-perl 2.06-ok1 source package in openKylin
Changelog
libtext-csv-perl (2.06-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:22:16 -0700
libtext-csv-perl (2.06-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:22:16 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libtext-csv-perl_2.06.orig.tar.gz | 145.0 KiB | dfcaec925a788b0ba41e51bc6d16e21b0e98b4c7af9b79395090add75f5e506f |
| libtext-csv-perl_2.06-ok1.debian.tar.xz | 2.5 KiB | 756a0e82bc329628920246c37da181516bedecc7ed73d8047af9c051c53b170b |
| libtext-csv-perl_2.06-ok1.dsc | 2.1 KiB | f16077e4732972f53ca3819e926b4a138bffdd1f277f36f3b8cfc4c52f2d3937 |
Text::CSV provides facilities for the composition and decomposition of files
containing comma-separated value records. An instance of the Text::CSV class
can combine fields into a CSV string and parse a CSV string into fields.
.
The module accepts either strings or files as input and can utilize any
user-specified characters as delimiters, separators, and escapes so it is
perhaps better called ASV (anything separated values) rather than just CSV.
.
This module will automatically select the best available implementation of
the algorithm, whether the Pure Perl version present in this package, or the
C/XS implementation, available in libtext-