We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4539fb8 commit 2ec5120Copy full SHA for 2ec5120
pod/perldelta.pod
@@ -450,6 +450,12 @@ Declaring a lexically scoped array or hash using C<state> within a subroutine
450
and then immediately returning no longer triggers a "Bizarre copy of HASH/ARRAY
451
in subroutine exit" error. [GH #18630]
452
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
459
=back
460
461
=head1 Known Problems
0 commit comments