Actually use the computed @path so as to write the awkwardly named test
[p5sagit/p5-mst-13.2.git] / ext / GDBM_File / GDBM_File.pm
index 641bb01..db4a11a 100644 (file)
@@ -68,7 +68,8 @@ use XSLoader ();
        GDBM_WRITER
 );
 
-$VERSION = "1.08";
+$VERSION = "1.08_01";
+$VERSION = eval $VERSION; # Needed for dev versions
 
 sub AUTOLOAD {
     my($constname);