summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.