File: control

package info (click to toggle)
libxml-rss-libxml-perl 0.3102%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 564 kB
  • sloc: perl: 6,287; xml: 134; sh: 48; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,500 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
27
28
29
30
31
32
33
Source: libxml-rss-libxml-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.2.13~)
Build-Depends-Indep: perl,
 libdatetime-format-w3cdtf-perl, libxml-libxml-perl,
 libdatetime-format-mail-perl, libuniversal-require-perl,
 libclass-accessor-perl,
 libtest-differences-perl, libtest-exception-perl, libtest-warn-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
 gregor herrmann <gregoa@debian.org>, Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/XML-RSS-LibXML/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-rss-libxml-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-rss-libxml-perl.git

Package: libxml-rss-libxml-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
 libdatetime-format-w3cdtf-perl, libxml-libxml-perl,
 libdatetime-format-mail-perl, libuniversal-require-perl,
 libclass-accessor-perl
Description: module for creating, parsing, updating RSS files with XML::LibXML
 XML::RSS::LibXML uses XML::LibXML (libxml2) for parsing RSS instead of
 XML::RSS' XML::Parser (expat), while trying to keep interface compatibility
 with XML::RSS.
 .
 XML::RSS is an extremely handy tool, but it is unfortunately not exactly
 the most lean or efficient RSS parser, especially in a long-running process.
 .
 Use this module when you have severe performance requirements working with RSS
 files.