Skip to content

Commit

Permalink
perldelta for e7127e2 / #128307
Browse files Browse the repository at this point in the history
  • Loading branch information
Father Chrysostomos committed Jun 19, 2016
1 parent 3b58a01 commit d60db39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pod/perldelta.pod
Expand Up @@ -481,6 +481,12 @@ failure. [perl #128316]
Assignment variants of any bitwise ops under the C<bitwise> feature would
crash if the left-hand side was an array or hash. [perl #128204]

=item *

C<require> followed by a single colon (as in C<foo() ? require : ...> is
now parsed correctly as C<require> with implicit $_, rather than
C<require "">. [perl #128307]

=back

=head1 Known Problems
Expand Down

0 comments on commit d60db39

Please sign in to comment.