summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-06-01 10:53:00 -0600
committerKarl Williamson <khw@cpan.org>2019-05-25 22:15:23 -0600
commit3ceb517ba35be293af30c49c8602fb7713e85520 (patch)
treeb489007cb4e56f878718b492d059dd134994a961 /utils
parent286e29d2760066cad1cf3e9f3caaf8400d0aa523 (diff)
downloadperl-3ceb517ba35be293af30c49c8602fb7713e85520.tar.gz
utils/h2xs.PL: Use L</Foo Bar>, not L<Foo Bar> in pod
Diffstat (limited to 'utils')
-rw-r--r--utils/h2xs.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL
index 92dce0d346..19f60e39d0 100644
--- 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