From bdb0cce85be708469f319721e4b516f4a44d525e Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 18 Mar 2011 18:11:17 -0700 Subject: [PATCH] perldelta: Rearrange the debugger bug section so that things that non-internals people will understand are at the top of the list --- pod/perldelta.pod | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4eff1c1..3eaa3e1 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -3500,28 +3500,28 @@ accessing the tied variable through a weak reference [perl #86328]. =item * -Don't stamp on $DB::single, $DB::trace and $DB::signal if they -already have values when $^P is assigned to (RT #72422) (4c0f30). - -=item * - -A possible memory leak when using L to set -C<@DB::args> has been fixed. +The Perl debugger now also works in taint mode [perl #76872]. =item * -The Perl debugger now also works in taint mode [perl #76872]. +Subroutine redefinition works once more in the debugger [perl #48332]. =item * When C<-d> is used on the shebang (C<#!>) line, the debugger now has access -to the lines of the main program. In the past, this sometimes worked and +to the lines of the main program. In the past, this sometimes worked and sometimes did not, depending on what order things happened to be arranged in memory [perl #71806]. =item * -Subroutine redefinition works once more in the debugger [perl #48332]. +A possible memory leak when using L to set +C<@DB::args> has been fixed. + +=item * + +Perl no longer stomps on $DB::single, $DB::trace and $DB::signal if they +already have values when $^P is assigned to [perl #72422]. =item * -- 1.8.3.1