This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9b6dff
)
perldelta: Reordered split() so most important is 1st
author
Karl Williamson
<khw@cpan.org>
Mon, 22 May 2017 21:10:03 +0000
(15:10 -0600)
committer
Karl Williamson
<khw@cpan.org>
Mon, 22 May 2017 21:24:15 +0000
(15:24 -0600)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
2850645
..
d0d9331
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-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 *