This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change the link to the sort pragma to be more clear.
authorAbigail <abigail@abigail.be>
Fri, 9 Jan 2009 13:09:24 +0000 (14:09 +0100)
committerAbigail <abigail@abigail.be>
Fri, 9 Jan 2009 13:09:24 +0000 (14:09 +0100)
This fixes #62136, reported by rrt@sc3d.org.

pod/perlfunc.pod

index 1d3823e..8ba3243 100644 (file)
@@ -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: