summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-06-07 11:51:45 -0400
committerRicardo Signes <rjbs@cpan.org>2013-06-07 11:51:45 -0400
commit1799399c45baa7e5af45db33567d2a2de629d5e0 (patch)
treea0ad36b7eca9e154edc8dcf097e706f0e1254fad
parent7aeefbb3234c8cf563ba8065fec1b841ee1415ab (diff)
downloadperl-1799399c45baa7e5af45db33567d2a2de629d5e0.tar.gz
version bumps and perldelta for debugger depth
-rw-r--r--lib/DB.pm2
-rw-r--r--lib/perl5db.pl2
-rw-r--r--pod/perldelta.pod4
3 files changed, 5 insertions, 3 deletions
diff --git a/lib/DB.pm b/lib/DB.pm
index cbaff90297..63e6f10f4d 100644
--- a/lib/DB.pm
+++ b/lib/DB.pm
@@ -41,7 +41,7 @@ BEGIN {
$DB::subname = ''; # currently executing sub (fully qualified name)
$DB::lineno = ''; # current line number
- $DB::VERSION = $DB::VERSION = '1.05';
+ $DB::VERSION = $DB::VERSION = '1.06';
# initialize private globals to avoid warnings
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index 188b8fb41d..881a9ec0b0 100644
--- a/lib/perl5db.pl
+++ b/lib/perl5db.pl
@@ -523,7 +523,7 @@ BEGIN {
# Debugger for Perl 5.00x; perl5db.pl patch level:
use vars qw($VERSION $header);
-$VERSION = '1.39_10';
+$VERSION = '1.40';
$header = "perl5db.pl version $VERSION";
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a3c2aec6a6..e41038cef2 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -70,7 +70,9 @@ as an updated module in the L</Modules and Pragmata> section.
=item *
-...
+L<DB> has been updated from 1.05 to 1.06 and L<perl5db.pl> from 1.39_10
+to 1.40. The call depth allowed by default in the debugger is now 1000
+rather than 100.
=back