Actually use the computed @path so as to write the awkwardly named test
[p5sagit/p5-mst-13.2.git] / ext / DB_File / DB_File.pm
index 42913fb..7bd2b2b 100644 (file)
@@ -165,7 +165,8 @@ our ($db_version, $use_XSLoader, $splice_end_array, $Error);
 use Carp;
 
 
-$VERSION = "1.816_1" ;
+$VERSION = "1.816_2" ;
+$VERSION = eval $VERSION; # needed for dev releases 
 
 {
     local $SIG{__WARN__} = sub {$splice_end_array = "@_";};