Skip to content

Commit 2cc10db

Browse files
khwilliamsonatoomic
authored andcommitted
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<>.
1 parent 243f8ce commit 2cc10db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dist/Devel-PPPort/PPPort_pm.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ modify it under the same terms as Perl itself.
747747
748748
=head1 SEE ALSO
749749
750-
See L<h2xs>, L<ppport.h>.
750+
See L<h2xs>, F<ppport.h>.
751751
752752
=cut
753753

t/porting/known_pod_issues.dat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ YAML
389389
YAML::Syck
390390
YAML::Tiny
391391
dist/data-dumper/dumper.pm ? Should you be using L<...> instead of 1
392-
dist/devel-ppport/ppport.pm Apparent broken link 1
393392
dist/env/lib/env.pm ? Should you be using F<...> or maybe L<...> instead of 1
394393
dist/math-complex/lib/math/complex.pm Verbatim line length including indents exceeds 78 by 3
395394
dist/math-complex/lib/math/trig.pm Verbatim line length including indents exceeds 78 by 4

0 commit comments

Comments
 (0)