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 34 35 36 37 38 39 40 41 42 43 44
|
Source: libxml-rss-libxml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
gregor herrmann <gregoa@debian.org>,
Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmodule-build-perl
Build-Depends-Indep: libclass-accessor-perl <!nocheck>,
libdatetime-format-mail-perl <!nocheck>,
libdatetime-format-w3cdtf-perl <!nocheck>,
libtest-differences-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libtest-warn-perl <!nocheck>,
libuniversal-require-perl <!nocheck>,
libxml-libxml-perl <!nocheck>,
perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-rss-libxml-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-rss-libxml-perl.git
Homepage: https://metacpan.org/release/XML-RSS-LibXML
Rules-Requires-Root: no
Package: libxml-rss-libxml-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libclass-accessor-perl,
libdatetime-format-mail-perl,
libdatetime-format-w3cdtf-perl,
libuniversal-require-perl,
libxml-libxml-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.
|