summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-08-18 19:31:38 +0000
committerNicholas Clark <nick@ccl4.org>2021-08-18 19:31:38 +0000
commite19f9232db93083ad132719613b05563a1d49cce (patch)
treeef9345bceab122ffe0626ab7f75c93095c5cc245
parent07a5ce65d5a429333b7e2789577a7d978514a193 (diff)
downloadperl-e19f9232db93083ad132719613b05563a1d49cce.tar.gz
perldelta for sort.pm becoming a no-op.
Also fix a typo in sort's Pod.
-rw-r--r--lib/sort.pm2
-rw-r--r--pod/perldelta.pod7
2 files changed, 8 insertions, 1 deletions
diff --git a/lib/sort.pm b/lib/sort.pm
index c2df7a2a7a..f76a30bfc5 100644
--- a/lib/sort.pm
+++ b/lib/sort.pm
@@ -77,7 +77,7 @@ We do not foresee going back to offering multiple implementations of general
purpose sorting - hence there is no future need to offer a pragma to choose
between them.
-f you know that you care that much about performance of your sorting, and
+If you know that you care that much about performance of your sorting, and
that for your use case and your data, it was worth investigating
alternatives, possible to identify an alternative from our default that was
better, and the cost of switching was worth it, then you know more than we
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 97c7da8663..dc045f9b9a 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -136,6 +136,13 @@ L<Pod::Html> has been upgraded from version 1.31 to 1.32.
=item *
+L<sort> has been upgraded from version 2.04 to 2.05.
+
+The C<sort> pragma is now a no-op, and its use is discouraged.
+C<sort::current> now issues a deprecation warning and always returns I<stable>.
+
+=item *
+
L<Text::Tabs> and L<Text::Wrap> have been upgraded from CPAN (Text-Tabs+Wrap)
version 2013.0523 to 2021.0804.