The #10370 wasn't quite right.
[p5sagit/p5-mst-13.2.git] / ext / GDBM_File / GDBM_File.pm
index 074b976..310243c 100644 (file)
@@ -54,13 +54,14 @@ use XSLoader ();
        GDBM_FAST
        GDBM_INSERT
        GDBM_NEWDB
+       GDBM_NOLOCK
        GDBM_READER
        GDBM_REPLACE
        GDBM_WRCREAT
        GDBM_WRITER
 );
 
-$VERSION = "1.04";
+$VERSION = "1.05";
 
 sub AUTOLOAD {
     my($constname);