diff options
-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 |