From: Abigail <abigail@abigail.be>
Date: Fri, 9 Jan 2009 13:09:24 +0000 (+0100)
Subject: Change the link to the sort pragma to be more clear.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c25fe68d8a7dc8cf7e68f027cc2cfcb0febc9005;p=p5sagit%2Fp5-mst-13.2.git

Change the link to the sort pragma to be more clear.
This fixes #62136, reported by rrt@sc3d.org.
---

diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 1d3823e..8ba3243 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -5274,7 +5274,7 @@ the original quicksort was faster.  5.8 has a sort pragma for
 limited control of the sort.  Its rather blunt control of the
 underlying algorithm may not persist into future Perls, but the
 ability to characterize the input or output in implementation
-independent ways quite probably will.  See L<sort>.
+independent ways quite probably will.  See L<the sort pragma|sort>.
 
 Examples: