libtext-csv-perl 2.02-ok1 source package in openKylin

Changelog

libtext-csv-perl (2.02-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- denghao <email address hidden>  Tue, 20 Sep 2022 11:00:56 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libtext-csv-perl_2.02.orig.tar.gz 133.2 KiB 84120de3e10489ea8fbbb96411a340c32cafbe5cdff7dd9576b207081baa9d24
libtext-csv-perl_2.02-ok1.debian.tar.xz 2.1 KiB ec0a3cba682a40e5be8e109282ad1177ddfb7af9b55382e37d195ce09d8f2390
libtext-csv-perl_2.02-ok1.dsc 1.9 KiB 33b68498d0752f8e600c9c048291f8b6c000d1b32b8fb1ccb6d286203669e92a

View changes file

Binary packages built by this source

libtext-csv-perl: comma-separated values manipulator (using XS or PurePerl)

 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-csv-xs-perl.