File: control

package info (click to toggle)
libxml-sax-base-perl 1.09-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 332 kB
  • sloc: perl: 3,142; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 1,234 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
Source: libxml-sax-base-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-sax-base-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libxml-sax-base-perl.git
Homepage: https://metacpan.org/release/XML-SAX-Base
Testsuite: autopkgtest-pkg-perl

Package: libxml-sax-base-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Breaks: libxml-sax-perl (<< 0.99+dfsg-1)
Replaces: libxml-sax-perl (<< 0.99+dfsg-1)
Description: base class for SAX drivers and filters
 XML::SAX::Base is a base class for PerlSAX drivers and filters.  The main
 advantages that it provides are easy dispatching of events the right way (ie
 it takes care for you of checking that the handler has implemented that
 method, or has defined an AUTOLOAD), and the guarantee that filters will pass
 along events that they aren't implementing to handlers downstream that might
 nevertheless be interested in them.
 .
 This package also provides XML::SAX::Exception.