File: control

package info (click to toggle)
libxml-namespacesupport-perl 1.09-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze, wheezy
  • size: 80 kB
  • ctags: 29
  • sloc: perl: 213; makefile: 42
file content (21 lines) | stat: -rw-r--r-- 784 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
Source: libxml-namespacesupport-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl
Standards-Version: 3.7.2.1

Package: libxml-namespacesupport-perl
Section: perl
Priority: optional
Architecture: all
Depends: ${perl:Depends}
Description: Perl module for supporting simple generic namespaces
 XML::NamespaceSupport offers a simple way to process namespace-based XML names.  
 It also helps maintain a prefix-to-namespace URI map, and provides a number of 
 basic checks.
 .
 The model for this module is SAX2's NamespaceSupport class.  It adds a few
 Perl-specific changes where thought to be appropriate.