This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck: Reduce fals positives for L<> message
authorKarl Williamson <public@khwilliamson.com>
Sun, 19 Jun 2011 19:06:22 +0000 (13:06 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 21 Jun 2011 13:59:02 +0000 (07:59 -0600)
commit4e9f7dd477c008212183d561d3dcd2e53ab9e6b2
treef687c57a83bfaae760038b1221e63effc479200c
parentef9064984ca79d3b1d4b82db4aae4bc02bbd517d
podcheck: Reduce fals positives for L<> message

podcheck looks for things like "See C<INSTALL>" and flags them as
perhaps L<> should have been used instead.  It was giving false
positives for things like "if you do x, you should see C<foo>".  This
catches those.
t/porting/known_pod_issues.dat
t/porting/podcheck.t