Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PPPort_pm.PL
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ __DATA__
#
# This file was automatically generated from the definition files in the
# parts/inc/ subdirectory by PPPort_pm.PL. To learn more about how all this
# works, please read the L<HACKERS> file that came with this distribution.
# works, please read the F<HACKERS> file that came with this distribution.
#
################################################################################
#
Expand Down Expand Up @@ -609,7 +609,7 @@ It is important to use the most recent version of F<ppport.h>. You do need to
test before shipping a newer version than you already had. One possible
failure is that someone had to convert a backported element from a macro into
a function, and actual functions must be enabled with a NEED macro to minimize
the possibility of namespace pollution. See L<HACKERS> for details. The
the possibility of namespace pollution. See F<HACKERS> for details. The
developers of C<Devel::PPPort> want to hear if there are other problems that
arise from using a later F<ppport.h>. Use
L<https://github.com/Dual-Life/Devel-PPPort/issues> to report any.
Expand Down
2 changes: 1 addition & 1 deletion devel/buildperl.pl
Original file line number Diff line number Diff line change
Expand Up @@ -618,4 +618,4 @@ =head1 COPYRIGHT

=head1 SEE ALSO

See L<Devel::PPPort> and L<HACKERS>.
See L<Devel::PPPort> and F<HACKERS>.
2 changes: 1 addition & 1 deletion devel/regenerate
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,6 @@ modify it under the same terms as Perl itself.

=head1 SEE ALSO

See L<Devel::PPPort> and L<HACKERS>.
See L<Devel::PPPort> and F<HACKERS>.

=cut
Loading