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.
|