From e19f9232db93083ad132719613b05563a1d49cce Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 18 Aug 2021 19:31:38 +0000 Subject: perldelta for sort.pm becoming a no-op. Also fix a typo in sort's Pod. --- lib/sort.pm | 2 +- pod/perldelta.pod | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 has been upgraded from version 1.31 to 1.32. =item * +L has been upgraded from version 2.04 to 2.05. + +The C pragma is now a no-op, and its use is discouraged. +C now issues a deprecation warning and always returns I. + +=item * + L and L have been upgraded from CPAN (Text-Tabs+Wrap) version 2013.0523 to 2021.0804. -- cgit v1.2.1