diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-30 21:36:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-30 21:36:24 +0000 |
commit | aa32913f3abc1e07f8a5bdb31411f65d1fdbcf6f (patch) | |
tree | ff512f3d485bf4bd221dc4715696820b7b724e67 /pod/perldiag.pod | |
parent | b9f7914694d22ad96effe91938bfaeb79e34b8f4 (diff) | |
download | perl-aa32913f3abc1e07f8a5bdb31411f65d1fdbcf6f.tar.gz |
Retract #3922 (Rule #1 was invoked).
(See also #4058).
p4raw-id: //depot/cfgperl@4056
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 2634d837fc..87b5d9e748 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2652,10 +2652,6 @@ See L<perlfunc/sort>. (F) A sort comparison subroutine may not return a list value with more or less than one element. See L<perlfunc/sort>. -=item split /^/ better written as split /^/m - -(W) Implicit translation of /^/ to mean /^/m in split is deprecated. - =item Split loop (P) The split was looping infinitely. (Obviously, a split shouldn't iterate |