File: control

package info (click to toggle)
libxml-handler-printevents-perl 0.01-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 48 kB
  • ctags: 3
  • sloc: perl: 32; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,025 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
Source: libxml-handler-printevents-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
 Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/XML-Handler-PrintEvents/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-handler-printevents-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-handler-printevents-perl/
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libxml-filter-saxt-perl

Package: libxml-handler-printevents-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libxml-filter-saxt-perl
Conflicts: libxml-enno-perl
Replaces: libxml-enno-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.