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 34 35 36
|
Source: libcatalyst-view-csv-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <christopher.hoskin@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcatalyst-action-renderview-perl,
libcatalyst-model-dbic-schema-perl,
libcatalyst-perl,
libcatalyst-plugin-configloader-perl,
libcatalystx-component-traits-perl,
libconfig-general-perl,
libdbd-sqlite3-perl,
libdbix-class-perl,
libmoose-perl,
libtest-exception-perl,
libtext-csv-perl,
liburi-perl,
perl (>= 5.15.2)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-view-csv-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatalyst-view-csv-perl.git
Homepage: https://metacpan.org/release/Catalyst-View-CSV
Testsuite: autopkgtest-pkg-perl
Package: libcatalyst-view-csv-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libcatalyst-perl,
libtext-csv-perl,
liburi-perl
Description: CSV view class for the Catalyst web framework
Catalyst::View::CSV provides a Catalyst view that generates CSV files. You can
use either a Perl array of arrays, an array of hashes, an array of objects, or
a database cursor as the source of the CSV data. The CSV file is generated
using Text::CSV.
|