Skip to content

Commit

Permalink
perldelta for 7950e9c
Browse files Browse the repository at this point in the history
  • Loading branch information
Father Chrysostomos committed Sep 7, 2014
1 parent 334464b commit ef5a950
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pod/perldelta.pod
Expand Up @@ -275,6 +275,12 @@ The warning "Ambiguous use of -foo resolved as -&foo()" has been removed.
There is actually no ambiguity here, and this impedes the use of negated
constants; e.g., C<-Inf>.

=item *

The little-known C<my Class $var> syntax (see L<fields> and L<attributes>)
could get confused in the scope of C<use utf8> if C<Class> were a constant
whose value contained Latin-1 characters.

=back

=head1 Utility Changes
Expand Down

0 comments on commit ef5a950

Please sign in to comment.