This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: semicolon there isn't code
authorSmylers <Smylers@stripey.com>
Thu, 4 Apr 2013 10:47:58 +0000 (11:47 +0100)
committerRicardo Signes <rjbs@cpan.org>
Sun, 5 May 2013 19:32:22 +0000 (15:32 -0400)
Porting/perl5180delta.pod

index 2cd1e84..f6fac17 100644 (file)
@@ -305,7 +305,7 @@ unrestricted, and opened the door to several kinds of insanity.  As of
 to accepting characters that match the C<\p{POSIX_Punct}> property.
 
 There are no longer any differences in the parsing of identifiers
-specified as C<$...> or C<${...};> previously, they were dealt with in
+specified as C<$...> or C<${...}>; previously, they were dealt with in
 different parts of the core, and so had slightly different behavior. For
 instance, C<${foo:bar}> was a legal variable name.  Since they are now
 both parsed by the same code, that is no longer the case.