projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05998a5
)
Increase $DB::VERSION to 1.07
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 23 Jun 2013 04:54:23 +0000
(21:54 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 23 Jun 2013 05:11:48 +0000
(22:11 -0700)
lib/DB.pm
patch
|
blob
|
history
diff --git
a/lib/DB.pm
b/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.0
6
';
+ $DB::VERSION = $DB::VERSION = '1.0
7
';
# initialize private globals to avoid warnings