File: control

package info (click to toggle)
libclass-csv-perl 1.03-2.5
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 80 kB
  • sloc: perl: 318; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 706 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libclass-csv-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl, libclass-accessor-perl, libtext-csv-xs-perl
Maintainer: Jose Parrella <bureado@debian.org>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Class-CSV/

Package: libclass-csv-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libclass-accessor-perl, libtext-csv-xs-perl
Description:  Class based CSV parser/writer
 This module can be used to create objects from CSV files, or to create CSV
 files from objects. Text::CSV_XS is used for parsing and creating CSV file
 lines, so any limitations in Text::CSV_XS will of course be inherant in this
 module.