Increase $DB::VERSION to 1.07
authorFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 04:54:23 +0000 (21:54 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 05:11:48 +0000 (22:11 -0700)
lib/DB.pm

index c183d12..fd0ff92 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.06';
+  $DB::VERSION = $DB::VERSION = '1.07';
 
   # initialize private globals to avoid warnings