This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Move a bug fix
authorFather Chrysostomos <sprout@cpan.org>
Sun, 7 Sep 2014 19:10:49 +0000 (12:10 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 7 Sep 2014 20:25:36 +0000 (13:25 -0700)
to the bug fix section.  Oops.

pod/perldelta.pod

index 5e555c7..abd428e 100644 (file)
@@ -382,11 +382,7 @@ well.
 
 =over 4
 
-=item *
-
-The parser no longer gets confused by C<\U=> within a double-quoted string.
-It used to roduce a syntax error, but now compiles it correctly.
-[perl #80368]
+XXX
 
 =back
 
@@ -486,6 +482,12 @@ When deciding that a bareword was a method name, the parser would get
 confused if an "our" sub with the same name existed, and look up the method
 in the package of the "our" sub, instead of the package of the invocant.
 
+=item *
+
+The parser no longer gets confused by C<\U=> within a double-quoted string.
+It used to roduce a syntax error, but now compiles it correctly.
+[perl #80368]
+
 =back
 
 =head1 Known Problems