remove a duplicate paragraph
authorSHIRAKATA Kentaro <argrath@ub32.org>
Tue, 6 May 2014 01:53:10 +0000 (21:53 -0400)
committerRicardo Signes <rjbs@cpan.org>
Mon, 12 May 2014 14:56:47 +0000 (10:56 -0400)
Porting/perl5200delta.pod

index 63e64d7..8c2b8b8 100644 (file)
@@ -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