This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck.t: Move perldelta placeholder link checks
authorKarl Williamson <public@khwilliamson.com>
Wed, 27 Jul 2011 15:34:28 +0000 (09:34 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 27 Jul 2011 17:42:27 +0000 (11:42 -0600)
commit02987562b510cee72ea618cdfe2941f92d1af964
tree2ed71f74fae6321f8909176fcad525ff65d0b98c
parent15e86abf063edd54ddbaa668e527d496dbebfe70
podcheck.t: Move perldelta placeholder link checks

podcheck has the capability to ignore certain broken links in
perldelta.pod.  This is because this pod is special, initialized to a
template with various placeholder text including links that are to
eventually be changed to their correct values.  One of the final steps
in making a release is to clean it up, removing any of these links that
haven't been changed, and hence don't apply to the current release.

To lessen the number of steps in making a release, a list of these links is
hard-coded into podcheck, and it doesn't warn on those.  The check to
skip these links prior to this commit did not easily allow links of the
form page/node to be checked for.
t/porting/podcheck.t