File: control

package info (click to toggle)
libxml-csv-perl 0.15-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 76 kB
  • ctags: 10
  • sloc: perl: 305; makefile: 36
file content (18 lines) | stat: -rw-r--r-- 717 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libxml-csv-perl
Section: perl
Priority: optional
Maintainer: Jay Bonci <jaybonci@debian.org>
Standards-Version: 3.6.1.0
Build-Depends-Indep: debhelper (>= 4.1), perl, libtext-csv-perl

Package: libxml-csv-perl
Section: perl
Priority: optional
Architecture: all
Depends: ${perl:Depends}, libtext-csv-perl
Description: Perl module for transforming CSV documents into XML
 This module provides functions to easily transform CSV documents into
 XML.  The module uses Text::CSV_XS to parse csv files and put into
 perl data structure.  The perl data structure is then written into
 xml data structure. XML::CSV allows to create your own Text::CSV_XS
 object with defaults that fit your needs or just use defaults.