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