Skip to content

Commit fe38c5a

Browse files
committed
perldelta for suppressing defelem undefined hash key
1 parent 0684569 commit fe38c5a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pod/perldelta.pod

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,12 @@ XXX Changes (i.e. rewording) of diagnostic messages go here
226226

227227
=item *
228228

229-
XXX Describe change here
229+
L<Use of uninitialized value%s|perldiag/"Use of uninitialized value%s">
230+
231+
Prevent this warning when accessing a function parameter in C<@_> that
232+
is an lvalue reference to an untied hash element where the key was
233+
undefined. This warning is still produced at the point of call. [GH
234+
#22423]
230235

231236
=back
232237

0 commit comments

Comments
 (0)