This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
286e29d
)
utils/h2xs.PL: Use L</Foo Bar>, not L<Foo Bar> in pod
author
Karl Williamson
<khw@cpan.org>
Fri, 1 Jun 2018 16:53:00 +0000
(10:53 -0600)
committer
Karl Williamson
<khw@cpan.org>
Sun, 26 May 2019 04:15:23 +0000
(22:15 -0600)
utils/h2xs.PL
patch
|
blob
|
blame
|
history
diff --git
a/utils/h2xs.PL
b/utils/h2xs.PL
index
92dce0d
..
19f60e3
100644
(file)
--- a/
utils/h2xs.PL
+++ b/
utils/h2xs.PL
@@
-283,7
+283,7
@@
Note that some types of arguments/return-values for functions may
result in XSUB-declarations/typemap-entries which need
hand-editing. Such may be objects which cannot be converted from/to a
pointer (like C<long long>), pointers to functions, or arrays. See
-also the section on L<LIMITATIONS of B<-x>>.
+also the section on L<
/
LIMITATIONS of B<-x>>.
=back