perldelta for 3df32bd
authorFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 03:25:38 +0000 (20:25 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 03:25:38 +0000 (20:25 -0700)
pod/perldelta.pod

index e2e3e41..bcaac82 100644 (file)
@@ -531,7 +531,9 @@ the variable would not interpolate.  This has been corrected [perl #45667].
 
 On non-threaded builds, setting C<${"_<filename"}> to a reference or
 typeglob no longer causes C<__FILE__> in that file to return a corrupt
-string.  Threaded builds were unaffected.
+string, and no longer prevents C<#line> directives in string evals from
+providing the source lines to the debugger.  Threaded builds were
+unaffected.
 
 =back