perldelta for 25502127/#115768
authorFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 05:50:48 +0000 (22:50 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 05:50:48 +0000 (22:50 -0700)
pod/perldelta.pod

index 9ff13b9..faedd88 100644 (file)
@@ -866,6 +866,11 @@ instead of being undefined as they should.  This has been fixed.
 
 C<${^MPEN>} is no longer treated as a synonym for C<${^MATCH}>.
 
+=item *
+
+Perl now tries a little harder to return the correct line number in
+C<(caller)[2]>.  [perl #115768]
+
 =back
 
 =head1 Known Problems