Skip to content

Commit

Permalink
perldelta for the prev. commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Father Chrysostomos committed Nov 15, 2017
1 parent 695d658 commit 02d43d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pod/perldelta.pod
Expand Up @@ -588,6 +588,12 @@ Fixed a leaked SV when parsing an empty C<\N{}> at compile-time.
Calling C<do $path> on a directory or block device now yields a meaningful
error code in C<$!>. [perl #125774]

=item *

Lexical sub declarations in C<do> blocks such as C<do { my sub lex; 123 }>
could corrupt the stack, erasing items already on the stack in the
enclosing statement. This has been fixed. [perl #132442]

=back

=head1 Known Problems
Expand Down

0 comments on commit 02d43d4

Please sign in to comment.