summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-19 17:40:07 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-19 17:40:07 -0800
commit0e82bbcd2c141a233d06826ca4011728c8287daf (patch)
tree1d2f7713d6ff5fe6ffb8bd362115620395ba1469
parentbf19b80eda7eb3f4473414dfd9257d1a4a97ee04 (diff)
downloadperl-0e82bbcd2c141a233d06826ca4011728c8287daf.tar.gz
Clarify perldelta entry
-rw-r--r--pod/perldelta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 03de551a4c..d7ae53dcef 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -628,8 +628,8 @@ reference to a tied variable, FETCH is now called exactly once, instead of
=item *
-C<sort> no longer ignores FETCH when passed a reference to a tied glob as
-its argument.
+C<sort> no longer ignores FETCH when passed a reference to a tied glob for
+the comparison routine.
=back