This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Reordered split() so most important is 1st
authorKarl Williamson <khw@cpan.org>
Mon, 22 May 2017 21:10:03 +0000 (15:10 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 22 May 2017 21:24:15 +0000 (15:24 -0600)
pod/perldelta.pod

index 2850645..d0d9331 100644 (file)
@@ -1198,8 +1198,8 @@ the variables C<$a> and C<$b>.
 
 =item *
 
-In L<C<split()>|perlfunc/split> added a caution about its use in Perls
-before v5.11, and noted that certain pattern modifiers are legal in it.
+In L<C<split()>|perlfunc/split> noted that certain pattern modifiers are
+legal, and added a caution about its use in Perls before v5.11,
 
 =item *