Skip to content

Commit

Permalink
perldelta for 2fe89a7
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Sep 4, 2024
1 parent 2fe89a7 commit 67e8521
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pod/perldelta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,13 @@ Note: this does not make C<pack("p",... )> safe, if the SV is magical
then any writes to the buffer will likely be discarded on the next
read. [GH #22380]

=item *

Enforce C<no feature "bareword_filehandles"> for bareword file handles
that have strictness removed because they are used in open() with a
"dup" mode, such as in C<< open my $fh, ">&", THISHANDLE >>. [GH
#22568]

=back

=head1 Known Problems
Expand Down

0 comments on commit 67e8521

Please sign in to comment.