Source: libpod-xhtml-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl, libtest-assertions-perl,
 libtest-pod-perl, libtest-pod-coverage-perl, liburi-perl (>= 1.53)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>, 
 gregor herrmann <gregoa@debian.org>,
 Rene Mayorga <rmayorga@debian.org>,
 Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-xhtml-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-xhtml-perl/
Homepage: http://search.cpan.org/dist/Pod-Xhtml/

Package: libpod-xhtml-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl (>= 1.53)
Description: module for translating POD to XHTML
 There's Pod::PXML and Pod::XML, so why is Pod::Xhtml needed? You need
 an XSLT to transform XML into XHTML and many people don't have the time
 or inclination to do this. But they want to make sure that the pages
 they put on their web site are well-formed, they want those pages to
 use stylesheets easily, and possibly they want to squirt the XHTML
 through some kind of filter for more processing.
 .
 By generating well-formed XHTML straight away anyone can just
 use the output files as-is. For those who want to use XML tools or
 transformations they can use the XHTML as a source, because it's a
 well-formed XML document.
