File: control

package info (click to toggle)
libxml-filter-buffertext-perl 1.01-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 48 kB
  • ctags: 5
  • sloc: makefile: 35; perl: 25
file content (18 lines) | stat: -rw-r--r-- 762 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libxml-filter-buffertext-perl
Section: perl
Priority: optional
Maintainer: Jay Bonci <jaybonci@debian.org>
Standards-Version: 3.6.1.0
Build-Depends-Indep: debhelper (>= 4.0), perl (>= 5.8.0-7), libxml-sax-perl (>= 0.10)

Package: libxml-filter-buffertext-perl
Section: perl
Priority: optional
Architecture: all
Depends: ${perl:Depends}, libxml-sax-perl (>= 0.10)
Description: Perl module for putting all characters into a single event
 This 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.