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

Changelog

libtext-csv-perl (2.04-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:45:32 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-csv-perl_2.04.orig.tar.gz 137.7 KiB 4f80122e4ea0b05079cad493e386564030f18c8d7b1f9af561df86985a653fe3
libtext-csv-perl_2.04-ok1.debian.tar.xz 2.5 KiB 0829833eb6cb9b5a4413d8d09d583e4e61877f5f4b856efd417b935a6c013616
libtext-csv-perl_2.04-ok1.dsc 2.1 KiB 636ae1803e1a83a07412cfb2e748c5461752a03614f1ea29c5ebf65667ca3a23

Available diffs

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.