File: control

package info (click to toggle)
libxml-filter-buffertext-perl 1.01-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 48 kB
  • ctags: 3
  • sloc: perl: 25; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,105 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-filter-buffertext-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-Filter-BufferText/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-filter-buffertext-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-filter-buffertext-perl/
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libxml-sax-perl (>= 0.10)

Package: libxml-filter-buffertext-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libxml-sax-perl (>= 0.10)
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.