Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some perldelta additions for 5.39.4
Browse files Browse the repository at this point in the history
leonerd committed Oct 24, 2023
1 parent 7921dd5 commit 38cc17a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions pod/perldelta.pod
Original file line number Diff line number Diff line change
@@ -140,6 +140,21 @@ This module is a dependency of L<Test2::Suite>.

=item *

L<builtin> now accepts a version bundle as an input argument, requesting it to
import all of the functions that are considered a stable part of the module at
the given Perl version. For example:

use builtin ':5.40';

=item *

L<POSIX> has been upgraded from version 2.15 to 2.16.

The C<mktime> function now works correctly on 32-bit platforms even if the
platform's C<time_t> type is larger than 32 bits. [GH #21551]

=item *

L<perl5db.pl> has been upgraded from version 1.77 to 1.78.

Made parsing of the C<l> command arguments saner. [GH #21350]
@@ -187,6 +202,11 @@ Additionally, the following selected changes have been made:

=item *

Several internal functions now have documentation - the various C<newSUB>
functions, C<newANONLIST()>, C<newANONHASH()>, C<newSVREF()> and similar.

=item *

XXX Description of the change here

=back
@@ -455,6 +475,13 @@ as are the other names. The sequence that separates the names
problems with platforms that used the positional notation. This is now
fixed.

=item *

A bug has been fixed in the regexp engine with an optimisation that applies
to the C<+> quantifier where it was followed by a C<(*SKIP)> pattern.

[GH #21534]

=back

=head1 Known Problems

0 comments on commit 38cc17a

Please sign in to comment.