File: control

package info (click to toggle)
libxml-atom-simplefeed-perl 0.86-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 96 kB
  • ctags: 26
  • sloc: perl: 288; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,156 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
Source: libxml-atom-simplefeed-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), libmodule-build-perl
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christine Spang <christine@debian.org>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/XML-Atom-SimpleFeed/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-atom-simplefeed-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-atom-simplefeed-perl

Package: libxml-atom-simplefeed-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Perl module for generation of Atom syndication feeds
 This module provides a minimal API for generating Atom syndication feeds
 quickly and easily. It supports all aspects of the Atom format, but has
 no provisions for generating feeds with extension elements.
 .
 You can supply strings for most things, and the module will provide
 useful defaults. When you want more control, you can provide data
 structures, as documented, to specify more particulars.
 .
 This module has a much smaller dependency chain than XML::Atom.