File: control

package info (click to toggle)
libtemplate-plugin-xml-perl 2.17-3
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 212 kB
  • ctags: 98
  • sloc: perl: 839; makefile: 46; xml: 15
file content (26 lines) | stat: -rw-r--r-- 1,369 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: libtemplate-plugin-xml-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8.8-7), libtemplate-perl, libxml-simple-perl, libxml-libxml-perl, libxml-rss-perl, libxml-parser-perl, libxml-dom-perl
Maintainer: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Template-XML/

Package: libtemplate-plugin-xml-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libtemplate-perl (>= 2.15), libxml-simple-perl, libxml-libxml-perl, libxml-rss-perl, libxml-parser-perl, libxml-dom-perl
Description:  XML plugins for the Template Toolkit
 This package provides a number of Template Toolkit
 plugin modules for working with XML.
 .
 The Template::Plugin::XML module is a front-end to the various other
 XML plugin modules.  Through this you can access XML files and
 directories of XML files via the Template::Plugin::XML::File and
 Template::Plugin::XML::Directory modules (which subclass from the
 Template::Plugin::File and Template::Plugin::Directory modules
 respectively).  You can then create a Document Object Model (DOM) from
 an XML file (Template::Plugin::XML::DOM), examine it using XPath
 queries (Template::Plugin::XML::XPath), turn it into a Perl data
 structure (Template::Plugin::XML::Simple) or parse it as an RSS (RDF
 Site Summary) file.