summaryrefslogtreecommitdiff
path: root/lib/DB.pm
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-06-22 21:54:23 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-06-22 22:11:48 -0700
commita85b63fd80fcbaa4ea0674faa7ed0d11cb5f567c (patch)
tree0734834972a61476d33bd2d06e4d169d8fb078a8 /lib/DB.pm
parent05998a5c094df9b72d4068d8feea2549dbc21614 (diff)
downloadperl-a85b63fd80fcbaa4ea0674faa7ed0d11cb5f567c.tar.gz
Increase $DB::VERSION to 1.07
Diffstat (limited to 'lib/DB.pm')
-rw-r--r--lib/DB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DB.pm b/lib/DB.pm
index c183d127d7..fd0ff929f2 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.06';
+ $DB::VERSION = $DB::VERSION = '1.07';
# initialize private globals to avoid warnings