summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2021-01-08 08:58:59 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2021-01-08 08:59:11 +0000
commitfbbe628a39703e77fd43c9d5c34be6d308e6190c (patch)
treee98f917a70d4106d0e2d44d6f753ba8fadce0708
parentededa2b9787465fc9a57498532fac8894f60213c (diff)
downloadperl-fbbe628a39703e77fd43c9d5c34be6d308e6190c.tar.gz
finalize perldelta for 5.33.1
(manually cherry picked from commit b795a7efaa3561128a78aada8fefb5d743766553)
-rw-r--r--pod/perldelta.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 7c83d4afba..bcba5ebf9d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -339,6 +339,11 @@ L</Modules and Pragmata> section.
XXX
+=item MacOS (Darwin)
+
+The hints file for darwin has been updated to handle future MacOS versions
+beyond 10. L<GH #17946|https://github.com/Perl/perl5/issues/17946>
+
=back
=head1 Internal Changes
@@ -375,6 +380,11 @@ XXX
On Win32, C<waitpid(-1, WNOHANG)> could sometimes have a very large
timeout. GH #16529
+=item *
+
+Some list assignments involving C<undef> on the left-hand side were
+over-optimized and produced incorrect results. L<GH #16685|https://github.com/Perl/perl5/issues/16685>, L<GH #17816|https://github.com/Perl/perl5/issues/17816>
+
=back
=head1 Known Problems