File: control

package info (click to toggle)
libxml-rss-simplegen-perl 11.11-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 276 kB
  • sloc: perl: 1,230; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 1,227 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
Source: libxml-rss-simplegen-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-rss-simplegen-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-rss-simplegen-perl.git
Homepage: https://metacpan.org/release/XML-RSS-SimpleGen

Package: libxml-rss-simplegen-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: Perl module for easily writing RSS files
 XML::RSS::SimpleGen is a module is for writing RSS files, simply. It
 transparently handles all the unpleasant details of RSS, like proper
 XML escaping, and also has a good number of Do-What-I-Mean features,
 like not changing the modtime on a written-out RSS file if the file
 content hasn't changed, and like automatically removing any HTML tags
 from content you might pass in.
 .
 This module isn't meant to have the full expressive power of RSS;
 instead, it provides functions that are most commonly needed by
 RSS-writing programs.