File: control

package info (click to toggle)
libtest-xml-perl 0.08-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 180 kB
  • ctags: 47
  • sloc: perl: 351; makefile: 12
file content (35 lines) | stat: -rw-r--r-- 1,298 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
29
30
31
32
33
34
35
Source: libtest-xml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: cdbs,
               devscripts,
               libmodule-build-perl,
               perl,
               debhelper,
               dh-buildinfo,
               libxml-parser-perl,
               libxml-semanticdiff-perl,
               libxml-sax-perl,
               libxml-sax-writer-perl,
               libxml-twig-perl,
               libxml-xpath-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-xml-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-xml-perl
Homepage: http://search.cpan.org/dist/Test-XML/

Package: libtest-xml-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Description: compare XML in perl tests
 This Perl module, Test::XML, provides tools for testing code which
 deals with XML.  These tools are compatible with the Test::More and
 Test::Simple modules.  At present, there is generic XML comparison
 support, as well as modules for dealing with XML::SAX, XML::Twig and
 XML::XPath handlers.