This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 2ba1f20ac3a (loopex prec docs)
authorFather Chrysostomos <sprout@cpan.org>
Sat, 28 Jul 2012 07:12:59 +0000 (00:12 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 28 Jul 2012 07:12:59 +0000 (00:12 -0700)
pod/perldelta.pod

index d9ab982..9b9f4e1 100644 (file)
@@ -141,13 +141,15 @@ XXX Changes which significantly change existing files in F<pod/> go here.
 However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics>
 section.
 
-=head3 L<XXX>
+=head3 L<perlfunc>, L<perlop>
 
 =over 4
 
 =item *
 
-XXX Description of the change here
+Loop control verbs (C<dump>, C<goto>, C<next>, C<last> and C<redo>) have
+always had the same precedence as assignment operators, but this was never
+documented until now.
 
 =back