summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-09-22 10:17:36 -0600
committerKarl Williamson <public@khwilliamson.com>2011-09-22 12:07:26 -0600
commitb9b741c8056a3e8b9018d8acd78b940643e708d0 (patch)
treef2abc8dac417d104220b20a30843a1868914e6fb /t
parent5c2555b720bde57b288ac9e1b3b339e5942b7a15 (diff)
downloadperl-b9b741c8056a3e8b9018d8acd78b940643e708d0.tar.gz
podcheck.t: Add comment
Diffstat (limited to 't')
-rw-r--r--t/porting/podcheck.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t
index 817814e426..1bc03da373 100644
--- a/t/porting/podcheck.t
+++ b/t/porting/podcheck.t
@@ -277,7 +277,8 @@ L<Pod::Checker>
# has many false positives; higher numbers give more messages.
my $Warnings_Level = 200;
-# perldelta during construction may have place holder links.
+# perldelta during construction may have place holder links. N.B. This
+# variable is referred to by name in release_managers_guide.pod
our @perldelta_ignore_links = ( "XXX", "perl5YYYdelta", "perldiag/message" );
# To see if two pods with the same NAME are actually copies of the same pod,