File: control

package info (click to toggle)
libxml-atom-service-perl 0.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 152 kB
  • ctags: 23
  • sloc: perl: 209; makefile: 40
file content (29 lines) | stat: -rw-r--r-- 1,395 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
Source: libxml-atom-service-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
Build-Depends-Indep: perl (>= 5.8.8-12), libxml-atom-perl (>= 0.27),
 libtest-perl-critic-perl, libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: David Paleino <d.paleino@gmail.com>,
 gregor herrmann <gregoa@debian.org>,
 Jose Luis Rivas <ghostbar38@gmail.com>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/XML-Atom-Service/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-atom-service-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-service-perl/

Package: libxml-atom-service-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, 
 perl-modules (>= 5.10) | libversion-perl, libxml-atom-perl (>= 0.27)
Description: Atom Service Document object
 XML::Atom::Service is a Service Document implementation. In the Atom
 Publishing Protocol, a client needs to first discover the capabilities
 and locations of Collections. The Service Document is designed to
 support this discovery process. The document describes the location and
 capabilities of Collections.
 .
 The Atom Publishing Protocol introduces some new XML elements, such as 
 app:edited and app:draft, which are imported into XML::Atom. See 
 XML::Atom::Atompub in detail.