File: control

package info (click to toggle)
libclass-csv-perl 1.03-2.2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 60 kB
  • sloc: perl: 318; makefile: 45
file content (19 lines) | stat: -rw-r--r-- 799 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libclass-csv-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8.8-12), 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.
 .
 This description was automagically extracted from the module by dh-make-perl.