summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIRAKATA Kentaro <argrath@ub32.org>2014-05-05 21:53:10 -0400
committerRicardo Signes <rjbs@cpan.org>2014-05-12 10:56:47 -0400
commitc54e8800ff0535ace81c72b03f8512c171963ecc (patch)
tree47fbdf063acc9bc23b083ee2e9f27a88fb18484f
parentd1bdbee98261144d6f5972e1419ab4c90a8dac0d (diff)
downloadperl-c54e8800ff0535ace81c72b03f8512c171963ecc.tar.gz
remove a duplicate paragraph
-rw-r--r--Porting/perl5200delta.pod5
1 files changed, 0 insertions, 5 deletions
diff --git a/Porting/perl5200delta.pod b/Porting/perl5200delta.pod
index 63e64d7767..8c2b8b8462 100644
--- a/Porting/perl5200delta.pod
+++ b/Porting/perl5200delta.pod
@@ -1114,11 +1114,6 @@ category. It is still a default (i.e., severe) warning [perl #89648].
=item *
-The debugger's "n" command now respects lvalue subroutines and steps over
-them [perl #118839].
-
-=item *
-
L<%%s[%s] in scalar context better written as $%s[%s]|perldiag/"%%s[%s] in scalar context better written as $%s[%s]">
This warning now occurs for any C<%array[$index]> or C<%hash{key}> known to