perldelta for #118839/bf2614180a65
authorFather Chrysostomos <sprout@cpan.org>
Sat, 13 Jul 2013 23:39:28 +0000 (16:39 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 13 Jul 2013 23:44:34 +0000 (16:44 -0700)
pod/perldelta.pod

index edfd90f..b532813 100644 (file)
@@ -299,6 +299,11 @@ to report; in regex; marked by <-- HERE in m/%s/">:
 This message is now only in the regexp category, and not in the deprecated
 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].
+
 =back
 
 =head1 Utility Changes