Pod(3) User Contributed Perl Documentation Pod(3)
NAME
Test::Pod - check for POD errors in files
VERSION
Version 1.40
SYNOPSIS
"Test::Pod" lets you check the validity of a POD file, and
report its results in standard "Test::Simple" fashion.
use Test::Pod tests => $num_tests;
pod_file_ok( $file, "Valid POD file" );
M
more»
Change log for Test::Pod
1.40 - Sun Jul 12 23:32:11 CDT 2009
[THINGS THAT MAY BREAK YOUR CODE]
Test::Pod now requires Perl 5.8.0.
[ENHANCEMENTS]
Test::Pod now complains about the illegal construct L<text|url>.
Thanks to Paul Miller.
The list of directories to exclude is now much longer, and is
available in %Test::Pod::ignore_dirs. This list is right now:
'.
more»