File: control

package info (click to toggle)
libdbix-xml-rdb-perl 0.05-12.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: perl: 319; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 1,049 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
20
21
22
23
24
25
26
27
28
Source: libdbix-xml-rdb-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/DBIx-XML_RDB
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbix-xml-rdb-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-xml-rdb-perl.git
Build-Depends-Indep: libdbi-perl,
                     perl
Build-Depends: debhelper (>= 9~)

Package: libdbix-xml-rdb-perl
Architecture: all
Depends: libdbi-perl,
         ${misc:Depends},
         ${perl:Depends}
Suggests: libxml-parser-perl
Description: perl module for creating XML from a DBI datasource
 This module is a simple creator of XML data from DBI datasources.  It
 allows you to easily extract data from a database, and manipulate
 later using XML::Parser.
 .
 Binary data is encoded using UTF-8.  This is automatically decoded
 when parsing with XML::Parser.
 .
 The examples need libxml-parser-perl.