1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libtest-pod-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libio-stringy-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>, Gunnar Wolf <gwolf@debian.org>,
gregor herrmann <gregoa@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
Alessandro Ghedini <al3xbio@gmail.com>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Test-Pod/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-pod-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-pod-perl/
Package: libtest-pod-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libio-stringy-perl
Description: module to test for POD errors
Test::Pod is a simple test for Perl's Plain Old Documentation (POD) format. It
checks your distribution's module, script and documentation files for issues
with the documentation syntax. In the CPAN community, it is considered a best
practice to use this module as an author test prior to releasing your packages
because it prevents issues with various applications that use the POD.
|