This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck.t: Use new Pod::Checker
authorKarl Williamson <khw@cpan.org>
Wed, 25 May 2016 17:10:18 +0000 (11:10 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 27 May 2016 17:23:05 +0000 (11:23 -0600)
commitc429f8edffbbd9861ff58188d59b44dab3946ac1
tree99f4c309c87cbd52160582138851546d350dec08
parent1f44a80e271feac30e0ddd10ca806f3914c2860a
podcheck.t: Use new Pod::Checker

podcheck.t extends the Pod::Checker class.  Pod::Checker has been
rewritten to base off of Pod::Simple instead of Pod::Parser, and so
podcheck.t must switch to use use the completely new methods defined.
t/porting/known_pod_issues.dat
t/porting/podcheck.t