diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-03-18 23:15:06 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-03-18 23:15:06 -0400 |
commit | a7cf66212a59d18b09d49ce8817a76d25b145de0 (patch) | |
tree | d8761c4c5b4f4867a9039179c55ca2fefe0f626d | |
parent | 1db7f4540e5219c38ecb174e90623710eeb074e2 (diff) | |
download | perl-a7cf66212a59d18b09d49ce8817a76d25b145de0.tar.gz |
perldelta for debugger changes
-rw-r--r-- | pod/perldelta.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 0b91648be9..1aa113532b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -344,7 +344,8 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>. =item * -XXX +Fix two crashes in the debugger when using Frame=2 or autotrace. These are +[perl #116769] and [perl #116771]. =back |