1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: libdbd-csv-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Jonathan Yu <jawnsy@cpan.org>,
Ansgar Burchardt <ansgar@debian.org>,
Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdbi-perl (>= 1.628),
libsql-statement-perl (>= 1.405),
libtest-pod-coverage-perl,
libtest-pod-perl,
libtext-csv-xs-perl (>= 1.11),
perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdbd-csv-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdbd-csv-perl.git
Homepage: https://metacpan.org/release/DBD-CSV
Testsuite: autopkgtest-pkg-perl
Package: libdbd-csv-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libdbi-perl (>= 1.628),
libsql-statement-perl (>= 1.405),
libtext-csv-xs-perl (>= 1.11)
Suggests: libdbi-test-perl
Description: DBI driver for CSV files
DBD::CSV is a Perl DBI Driver for providing an SQL-based interface to records
stored in Comma-Separated Value (CSV) files. Such files are frequently used
for exporting data from Microsoft's Access and Excel applications.
|