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.
|