summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2021-08-17 14:31:12 +1000
committerTony Cook <tony@develop-help.com>2021-08-17 14:31:31 +1000
commit166d28949836188fae86b44eae7fb11a6d84e091 (patch)
tree6562050e78847724b3f32566d020a59588b1ce71
parent8342f63afaf6bdd0999793b2f51fc3f0b9cc404e (diff)
downloadperl-166d28949836188fae86b44eae7fb11a6d84e091.tar.gz
perldelta updates
also sort the module entries.
-rw-r--r--pod/perldelta.pod24
1 files changed, 23 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 91996ee00a..97c7da8663 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -125,12 +125,26 @@ XXX Remove this section if not applicable.
=item *
+L<feature> has been upgraded from version 1.66 to 1.67.
+
+Added a simple API to check which features or feature bundles are
+enabled. (github L<#18968|https://github.com/Perl/perl5/pull/18968>)
+
+=item *
+
+L<Pod::Html> has been upgraded from version 1.31 to 1.32.
+
+=item *
+
L<Text::Tabs> and L<Text::Wrap> have been upgraded from CPAN (Text-Tabs+Wrap)
version 2013.0523 to 2021.0804.
=item *
-L<Pod::Html> has been upgraded from version 1.31 to 1.32.
+L<Time::HiRes> has been upgraded from version 1.9768 to 1,9769.
+
+Makefile.PL now correct handles configuration set in perl hints.
+(github L<#18953|https://github.com/Perl/perl5/issues/18953>)
=item *
@@ -271,6 +285,14 @@ This reduces the time for
from 5 seconds to 2 seconds with MAKEFLAGS=-j8
+=item *
+
+F<Configure> now tests whether C<< #include <xlocale.h> >> is required
+to use the POSIX 1003 thread-safe locale functions or some related
+extensions. This prevents problems where a non-public F<xlocale.h> is
+removed in a library update, or F<xlocale.h> isn't intended for public
+use. (github L<#18936|https://github.com/Perl/perl5/pull/18936>)
+
=back
=head1 Testing