summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2023-04-13 09:40:32 -0600
committerℕicolas ℝ <nicolas@atoomic.org>2023-04-13 09:30:14 -0700
commit2cc10db0945c634ca4b9408b2325b67f3aedf7b0 (patch)
treed242b3e5342bab349f91fe82b9c59111146b6701 /dist
parent243f8ce6f4073bdaa704088694d9fb7597ba9448 (diff)
downloadperl-2cc10db0945c634ca4b9408b2325b67f3aedf7b0.tar.gz
Devel::PPPort: Fix broken pod link
ppport.h is pod, but the link to it, removed by this commit, is broken, resulting in a 404 "Raptor not found" from https://perldoc.perl.org/Devel::PPPort#SEE-ALSO This commit changes the mention of the file from a link to a F<>.
Diffstat (limited to 'dist')
-rw-r--r--dist/Devel-PPPort/PPPort_pm.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Devel-PPPort/PPPort_pm.PL b/dist/Devel-PPPort/PPPort_pm.PL
index 33a54ab994..00fd926358 100644
--- a/dist/Devel-PPPort/PPPort_pm.PL
+++ b/dist/Devel-PPPort/PPPort_pm.PL
@@ -747,7 +747,7 @@ modify it under the same terms as Perl itself.
=head1 SEE ALSO
-See L<h2xs>, L<ppport.h>.
+See L<h2xs>, F<ppport.h>.
=cut