Source: libtext-csv-xs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>,
           Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Vincent Danjean <vdanjean@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
# The fix in Encode for CVE-2016-1238 is in 2.86 which is in v5.25.4
# but it's backported to earlier src:perl versions in Debian
Build-Depends: debhelper (>= 9.20120312),
               perl (>= 5.22.2-3) | libencode-perl (>= 2.86),
               libtest-pod-coverage-perl,
               libtest-pod-perl,
               perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-csv-xs-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtext-csv-xs-perl.git
Homepage: https://metacpan.org/release/Text-CSV_XS

Package: libtext-csv-xs-perl
Architecture: any
# The fix in Encode for CVE-2016-1238 is in 2.86 which is in v5.25.4
# but it's backported to earlier src:perl versions in Debian
Depends: ${shlibs:Depends},
         ${perl:Depends},
         ${misc:Depends},
         perl (>= 5.22.2-3) | libencode-perl (>= 2.86)
Enhances: libtext-csv-perl
Description: Perl C/XS module to process Comma-Separated Value files
 Text::CSV_XS provides facilities for the composition and decomposition of
 comma-separated values. This module can combine fields into a CSV string and,
 correspondingly, parse a CSV string back into fields.
 .
 Text::CSV (see libtext-csv-perl) is a wrapper module which will automatically
 select the most appropriate implementation for your configuration.
