projects
/
perl.git
/ blobdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Include variable names in "Use of uninitialized value" warnings
[perl.git]
/
ext
/
DB_File
/
DB_File.pm
diff --git
a/ext/DB_File/DB_File.pm
b/ext/DB_File/DB_File.pm
index
a965e82
..
b9fb63a
100644
(file)
--- a/
ext/DB_File/DB_File.pm
+++ b/
ext/DB_File/DB_File.pm
@@
-165,7
+165,7
@@
our ($db_version, $use_XSLoader, $splice_end_array);
use Carp;
-$VERSION = "1.808_01" ;
+$VERSION = "1.808_02" ;
{
local $SIG{__WARN__} = sub {$splice_end_array = "@_";};