From c3457ac7f047a6bc3548c95152540ba337153459 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 27 Mar 2011 16:31:00 -0700 Subject: [PATCH] perldelta: even more formatting tweaks --- pod/perldelta.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 783bb3e..88e46ec 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -3939,7 +3939,7 @@ name was not tainted. =item * -C now dies when passed a tainted scalar for the format. It did +C now dies when passed a tainted scalar for the format. It did already die for arbitrary expressions, but not for simple scalars [perl #82250]. @@ -3978,8 +3978,8 @@ already have values when $^P is assigned to [perl #72422]. C<#line> directives in string evals were not properly updating the arrays of lines of code (C<< @{"_<..."} >>) that the debugger (or any debugging or -profiling module) uses. In threaded builds, they were not being updated at -all. In non-threaded builds, the line number was ignored, so any change to +profiling module) uses. In threaded builds, they were not being updated at +all. In non-threaded builds, the line number was ignored, so any change to the existing line number would cause the lines to be misnumbered [perl #79442]. -- 2.7.4