libtext-csv-perl 2.02-1 source package in Ubuntu

Changelog

libtext-csv-perl (2.02-1) unstable; urgency=medium

  * Import upstream version 2.02.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.1.
  * Bump versioned Recommends on libtext-csv-xs-perl.

 -- gregor herrmann <email address hidden>  Fri, 12 Aug 2022 17:28:43 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-csv-perl_2.02-1.dsc 2.5 KiB 618d6af13f304acb40ace1b5ac1ccdd0e8026c1d70041fd48479513be7362d71
libtext-csv-perl_2.02.orig.tar.gz 133.2 KiB 84120de3e10489ea8fbbb96411a340c32cafbe5cdff7dd9576b207081baa9d24
libtext-csv-perl_2.02-1.debian.tar.xz 4.6 KiB 43b6cb624c03165e384ca2fee5106379ff57ae938e271fa1446cb8b27e62efca

Available diffs

No changes file available.

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.