summaryrefslogtreecommitdiff
path: root/lib/DB.pm
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-07-03 22:53:42 +0100
committerDavid Mitchell <davem@iabyn.com>2009-07-03 22:53:42 +0100
commitaf048c18889d4232ba48aa87bdd20a2320723b43 (patch)
tree3e0fe14f7489401880c17234bb144999acb85888 /lib/DB.pm
parent7536d879835346ee8671a43b3f9e0bf5a70ad7c3 (diff)
downloadperl-af048c18889d4232ba48aa87bdd20a2320723b43.tar.gz
bump versions of non-dual-life modules that
* differ between 5.10.0 and maint-5.10, or * differ between 5.8.9 and maint-5.10
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 7950f65220..efb903557a 100644
--- a/lib/DB.pm
+++ b/lib/DB.pm
@@ -41,7 +41,7 @@ BEGIN {
$DB::subname = ''; # currently executing sub (fullly qualified name)
$DB::lineno = ''; # current line number
- $DB::VERSION = $DB::VERSION = '1.01';
+ $DB::VERSION = $DB::VERSION = '1.02';
# initialize private globals to avoid warnings