Use L<> rather than C<> in the Updated Modules section of perldelta.
authorNicholas Clark <nick@ccl4.org>
Fri, 20 May 2011 08:39:11 +0000 (09:39 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 20 May 2011 09:01:35 +0000 (10:01 +0100)
Previous perldeltas have been inconsistent with each other as to whether to
use L<> to C<> (but internally consistent). perldelta5140.pod uses L<>, which
is more useful, as it provides a direct link to fuller documentation at the
point where the reader is likely to want to follow it.

Switch the two existing entries from C<> to L<>, and update the perldelta
template to suggest L<>.

Porting/perldelta_template.pod
pod/perldelta.pod

index 4a6e099..7f9749a 100644 (file)
@@ -96,7 +96,8 @@ XXX
 
 =item *
 
-XXX
+    [Verbatim block to avoid creating a bogus link]
+    L<XXX> has been upgraded from version 0.69 to version 0.70.
 
 =back
 
index dc6ee16..4aa6367 100644 (file)
@@ -91,7 +91,7 @@ XXX
 
 =item *
 
-C<Math::Complex> has been upgraded from version 1.56 to version 1.57.
+L<Math::Complex> has been upgraded from version 1.56 to version 1.57.
 
 Correct copy constructor usage.
 Fix polarwise formatting with numeric format specifier.
@@ -99,7 +99,7 @@ More stable C<great_circle_direction> algorithm.
 
 =item *
 
-C<Time::HiRes> has been upgraded from version 1.9721_01 to version 1.9722.
+L<Time::HiRes> has been upgraded from version 1.9721_01 to version 1.9722.
 
 Portability fix, and avoiding some compiler warnings.