File: control

package info (click to toggle)
libtest-xml-simple-perl 1.05-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: perl: 158; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,218 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
Source: libtest-xml-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alex Muntada <alexm@debian.org>,
           Peter Pentchev <roam@ringlet.net>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: perl,
                     libtest-longstring-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libxml-libxml-perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-xml-simple-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-xml-simple-perl.git
Homepage: https://metacpan.org/release/Test-XML-Simple

Package: libtest-xml-simple-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libtest-longstring-perl,
         libxml-libxml-perl
Description: Perl testing framework for XML data
 Test::XML::Simple is a very basic class for testing XML. It uses the XPath
 syntax to locate nodes within the XML. You can also check all or part of the
 structure against a given XML fragment.