File: control

package info (click to toggle)
libpod-sax-perl 0.14-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 160 kB
  • ctags: 31
  • sloc: perl: 545; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 937 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libpod-sax-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>, Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/Pod-SAX/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-sax-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-sax-perl/
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: perl, libxml-sax-perl, libxml-sax-writer-perl

Package: libpod-sax-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libxml-sax-perl, libxml-sax-writer-perl
Description: Perl module for generating SAX events from POD
 The Pod::SAX module parses POD and generates corresponding SAX events. The aim
 of this module is not round trip data preservation, but rather standards
 compliance, while maintaining simple access to the underlying data.