Skip to content

Commit 2ec5120

Browse files
committed
perldelta for 4539fb8, builtin::trim() and sv_setpvn()
1 parent 4539fb8 commit 2ec5120

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pod/perldelta.pod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,12 @@ Declaring a lexically scoped array or hash using C<state> within a subroutine
450450
and then immediately returning no longer triggers a "Bizarre copy of HASH/ARRAY
451451
in subroutine exit" error. [GH #18630]
452452

453+
=item *
454+
455+
C<builtin::trim()> didn't properly clear C<TARG> which could result in
456+
out of date cached numeric versions of the value being used on a
457+
second evaluation. Properly clear any cached values. [GH #22784]
458+
453459
=back
454460

455461
=head1 Known Problems

0 commit comments

Comments
 (0)