Include variable names in "Use of uninitialized value" warnings
[perl.git] / ext / DB_File / DB_File.pm
index a965e82..b9fb63a 100644 (file)
@@ -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 = "@_";};