diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 21:54:23 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 22:11:48 -0700 |
commit | a85b63fd80fcbaa4ea0674faa7ed0d11cb5f567c (patch) | |
tree | 0734834972a61476d33bd2d06e4d169d8fb078a8 /lib/DB.pm | |
parent | 05998a5c094df9b72d4068d8feea2549dbc21614 (diff) | |
download | perl-a85b63fd80fcbaa4ea0674faa7ed0d11cb5f567c.tar.gz |
Increase $DB::VERSION to 1.07
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.06'; + $DB::VERSION = $DB::VERSION = '1.07'; # initialize private globals to avoid warnings |