File: control

package info (click to toggle)
libxml-nodefilter-perl 0.01-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 72 kB
  • ctags: 23
  • sloc: perl: 167; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 911 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-nodefilter-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.2
Homepage: http://search.cpan.org/dist/XML-NodeFilter/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-nodefilter-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-nodefilter-perl/
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl

Package: libxml-nodefilter-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module for a generic node-filter class for DOM traversal
 The XML::NodeFilter module is a generic node-filter class for DOM traversal
 as specified in the DOM Level 2 Traversal and Range specification.  It
 extends that specification so this class is more easy to use for Perl
 programmers.