summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-12-12 19:11:51 +0000
committerNicholas Clark <nick@ccl4.org>2008-12-12 19:11:51 +0000
commit98960e6aa96e8e7fc9582821b2697efb96583e4c (patch)
tree73dc6d3c670abbcc131e52be5cd110776c40e753 /lib/perl5db.pl
parent3826db83dfffbbaee62e51e9a0f052b407c24562 (diff)
downloadperl-98960e6aa96e8e7fc9582821b2697efb96583e4c.tar.gz
Document the changes between VERSIONS 1.30 and 1.31 of the debugger.
p4raw-id: //depot/perl@35080
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r--lib/perl5db.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index 36d6a85870..765b0e57b9 100644
--- a/lib/perl5db.pl
+++ b/lib/perl5db.pl
@@ -941,6 +941,14 @@ sub eval {
# + Added macosx_get_fork_TTY support
# Changes: 1.30: Mar 06, 2007 Andreas Koenig <andk@cpan.org>
# + Added HistFile, HistSize
+# Changes: 1.31
+# + Remove support for assertions and -A
+# + stop NEXT::AUTOLOAD from emitting warnings under the debugger. RT #25053
+# + "update for Mac OS X 10.5" [finding the tty device]
+# + "What I needed to get the forked debugger to work" [on VMS]
+# + [perl #57016] debugger: o warn=0 die=0 ignored
+# + Note, but don't use, PERLDBf_SAVESRC
+# + Fix #7013: lvalue subs not working inside debugger
########################################################################
=head1 DEBUGGER INITIALIZATION