diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-05-18 16:23:17 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-19 08:58:16 -0600 |
commit | 16384ac1a12fbce5b13c01bce55170b34a0419aa (patch) | |
tree | cc0b29dcd1e702852fd476a85b2188606f87eaff /MANIFEST | |
parent | c2217cd33590ef654504deb38dcf3378dcdc095c (diff) | |
download | perl-16384ac1a12fbce5b13c01bce55170b34a0419aa.tar.gz |
Revamp podcheck.t
This new podcheck.t catches more problems, and tests more pods than
the current one, while suppressing some existing warnings that really
aren't problems.
It takes longer to execute. I have profiled it, and most of the increased
time appears to be because of testing more pods.
A complete pod for its usage is included
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5018,6 +5018,7 @@ t/porting/dual-life.t Check that dual-life bins are in utils/ t/porting/exec-bit.t Check that exec-bit bins are identified t/porting/filenames.t Check the MANIFEST for filename portability. t/porting/FindExt.t Test win32/FindExt.pm +t/porting/known_pod_issues.dat Data file for porting/podcheck.t t/porting/maintainers.t Test that Porting/Maintainers.pl is up to date t/porting/manifest.t Test that this MANIFEST file is well formed t/porting/podcheck.t Test the POD of shipped modules is well formed |