File: control

package info (click to toggle)
libxml-filter-buffertext-perl 1.01-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 68 kB
  • sloc: perl: 25; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,173 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
Source: libxml-filter-buffertext-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libxml-sax-perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-filter-buffertext-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libxml-filter-buffertext-perl.git
Homepage: https://metacpan.org/release/XML-Filter-BufferText

Package: libxml-filter-buffertext-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libxml-sax-perl
Description: Perl module for putting all characters into a single event
 The XML::Filter::BufferText module is a very simple filter.  One common
 cause of grief (and programmer error) is that XML parsers aren't required
 to provide character events in one chunk.  They can, but are not forced
 to, and most don't.  This filter does the trivial but oft-repeated task
 of putting all characters into a single event.