From: Tom Hukins <tom@eborcom.com>
Date: Thu, 20 Aug 2009 09:42:30 +0000 (+0000)
Subject: Use POD-style references
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b92fc6c1e65fe8477af54d8e964f1ca0229628ab;p=p5sagit%2Fp5-mst-13.2.git

Use POD-style references
---

diff --git a/autodoc.pl b/autodoc.pl
index a88af9c..2fc0397 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