version bumps and perldelta for debugger depth
authorRicardo Signes <rjbs@cpan.org>
Fri, 7 Jun 2013 15:51:45 +0000 (11:51 -0400)
committerRicardo Signes <rjbs@cpan.org>
Fri, 7 Jun 2013 15:51:45 +0000 (11:51 -0400)
lib/DB.pm
lib/perl5db.pl
pod/perldelta.pod

index cbaff90..63e6f10 100644 (file)
--- 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
 
index 188b8fb..881a9ec 100644 (file)
@@ -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";
 
index a3c2aec..e41038c 100644 (file)
@@ -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