File: control

package info (click to toggle)
librpc-xml-perl 0.76-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,320 kB
  • sloc: perl: 9,222; xml: 2,634; makefile: 12
file content (35 lines) | stat: -rw-r--r-- 1,513 bytes parent folder | download
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
Source: librpc-xml-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, netbase,
 libdatetime-format-iso8601-perl (>= 0.07),
 libhttp-daemon-perl | libwww-perl (<< 6),
 libnet-server-perl (>= 2.005),
 perl (>= 5.12) | libtest-simple-perl (>= 0.94),
 libwww-perl (>= 5.834),
 libxml-parser-perl,
 libxml-libxml-perl (>= 1.70)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>, Damyan Ivanov <dmn@debian.org>,
 Niko Tyni <ntyni@debian.org>, gregor herrmann <gregoa@debian.org>,
 Rene Mayorga <rmayorga@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
 Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/RPC-XML/
Vcs-Git: git://git.debian.org/pkg-perl/packages/librpc-xml-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librpc-xml-perl.git

Package: librpc-xml-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libdatetime-format-iso8601-perl (>= 0.07),
 libhttp-daemon-perl | libwww-perl (<< 6),
 libwww-perl (>= 5.834),
 libxml-parser-perl | libxml-libxml-perl (>= 1.70)
Suggests: libapache2-mod-perl2
Description: Perl implementation of the XML-RPC protocol
 RPC::XML is a Perl module that implements the XML-RPC protocol. It provides
 classes for sample client and server implementations, a server designed as
 an Apache location-handler, and a suite of data-manipulation classes that
 are used by them.