diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 14:51:46 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 16:27:17 -0800 |
commit | e3ec0a15dbdf8b555fb77b085eadf4ff9fba04a6 (patch) | |
tree | 3dea3ff10ad89d74104b1caa7634cf46a35eadf2 /lib/DB.pm | |
parent | 9404893f24257746efaa6b119c8f9a9960a99a6f (diff) | |
download | perl-e3ec0a15dbdf8b555fb77b085eadf4ff9fba04a6.tar.gz |
Version bumpsif-0.0602
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 (fullly qualified name) $DB::lineno = ''; # current line number - $DB::VERSION = $DB::VERSION = '1.03'; + $DB::VERSION = $DB::VERSION = '1.04'; # initialize private globals to avoid warnings |