This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revamp podcheck.t
authorKarl Williamson <public@khwilliamson.com>
Wed, 18 May 2011 22:23:17 +0000 (16:23 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 May 2011 14:58:16 +0000 (08:58 -0600)
commit16384ac1a12fbce5b13c01bce55170b34a0419aa
treecc0b29dcd1e702852fd476a85b2188606f87eaff
parentc2217cd33590ef654504deb38dcf3378dcdc095c
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
MANIFEST
t/porting/known_pod_issues.dat [new file with mode: 0644]
t/porting/podcheck.t