Skip to content

Commit

Permalink
perldelta for 4539fb8, builtin::trim() and sv_setpvn()
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Dec 2, 2024
1 parent 4539fb8 commit 2ec5120
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pod/perldelta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,12 @@ Declaring a lexically scoped array or hash using C<state> within a subroutine
and then immediately returning no longer triggers a "Bizarre copy of HASH/ARRAY
in subroutine exit" error. [GH #18630]

=item *

C<builtin::trim()> didn't properly clear C<TARG> which could result in
out of date cached numeric versions of the value being used on a
second evaluation. Properly clear any cached values. [GH #22784]

=back

=head1 Known Problems
Expand Down

0 comments on commit 2ec5120

Please sign in to comment.