diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-06-07 11:51:45 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-06-07 11:51:45 -0400 |
commit | 1799399c45baa7e5af45db33567d2a2de629d5e0 (patch) | |
tree | a0ad36b7eca9e154edc8dcf097e706f0e1254fad | |
parent | 7aeefbb3234c8cf563ba8065fec1b841ee1415ab (diff) | |
download | perl-1799399c45baa7e5af45db33567d2a2de629d5e0.tar.gz |
version bumps and perldelta for debugger depth
-rw-r--r-- | lib/DB.pm | 2 | ||||
-rw-r--r-- | lib/perl5db.pl | 2 | ||||
-rw-r--r-- | pod/perldelta.pod | 4 |
3 files changed, 5 insertions, 3 deletions
@@ -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 |