diff options
author | Tom Hukins <tom@eborcom.com> | 2009-08-20 09:42:30 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-03-12 09:48:20 +0100 |
commit | b92fc6c1e65fe8477af54d8e964f1ca0229628ab (patch) | |
tree | 81445318c7cc19a2a3fa82294f40f50197c51bd0 /autodoc.pl | |
parent | c4af86f5b3084bfb0d5b6e7a06b8875b723ab49e (diff) | |
download | perl-b92fc6c1e65fe8477af54d8e964f1ca0229628ab.tar.gz |
Use POD-style references
Diffstat (limited to 'autodoc.pl')
-rw-r--r-- | autodoc.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autodoc.pl b/autodoc.pl index a88af9cde6..2fc039716f 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -322,7 +322,7 @@ Updated to be autogenerated from comments in the source by Benjamin Stuhl. =head1 SEE ALSO -perlguts(1), perlxs(1), perlxstut(1), perlintern(1) +L<perlguts>, L<perlxs>, L<perlxstut>, L<perlintern> _EOE_ @@ -352,6 +352,6 @@ document their functions. =head1 SEE ALSO -perlguts(1), perlapi(1) +L<perlguts>, L<perlapi> END |