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

Changelog

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

  * Team upload.

  [ gregor herrmann ]
  * debian/*: replace ADTTMP with AUTOPKGTEST_TMP.

  [ intrigeri ]
  * Import upstream version 2.00
  * Bump debhelper compatibility version to 12.
  * Declare compatibility with Debian Policy 4.4.0.
  * Update build dependencies.
  * Make Recommends on libtext-csv-xs-perl unversioned:
    satisfied in oldoldstable.

 -- intrigeri <email address hidden>  Sun, 21 Jul 2019 20:17:08 +0000

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
Focal release universe perl

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-csv-perl_2.00-1.dsc 2.2 KiB 88fd487211c122999fb32e15987f9cef42551eeca422eda4438746ff7c0fcf54
libtext-csv-perl_2.00.orig.tar.gz 123.9 KiB 8ccbd9195805222d995844114d0e595bb24ce188f85284dbf256080311cbb2c2
libtext-csv-perl_2.00-1.debian.tar.xz 4.4 KiB 4560bdd5bb2a9dcba7ebdd9142eb26830baee2f3a6122c59cf062c36020f5a94

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.