File: control

package info (click to toggle)
libxml-handler-printevents-perl 0.01-8.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 76 kB
  • sloc: perl: 32; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,035 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
Source: libxml-handler-printevents-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
                     libxml-filter-saxt-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-handler-printevents-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-handler-printevents-perl.git
Homepage: https://metacpan.org/release/XML-Handler-PrintEvents

Package: libxml-handler-printevents-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libxml-filter-saxt-perl
Description: Perl module for printing PerlSAX events (for debugging)
 The XML::Handler::PrintEvents module prints the PerlSAX events it receives
 to STDOUT.  It can be useful when debugging PerlSAX filters.  It supports
 all PerlSAX handler including ignorable_whitespace.