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 /lib/DB.pm | |
parent | 7aeefbb3234c8cf563ba8065fec1b841ee1415ab (diff) | |
download | perl-1799399c45baa7e5af45db33567d2a2de629d5e0.tar.gz |
version bumps and perldelta for debugger depth
Diffstat (limited to 'lib/DB.pm')
-rw-r--r-- | lib/DB.pm | 2 |
1 files changed, 1 insertions, 1 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 |