- (This version is compatible with 1.0007)
- Fixed a number of Win32 issues (Reported by Steven Samelson - thank you!)
- Much thanks to Nigel Sandever and David Golden for their help
debugging the issues, particularly with DBM::Deep's usage of
File::Temp (which removes a number of warnings).
- Autovivification now works on Win32. It turns out that when a
process takes a shared flock on a file, it's not allowed to write to
it under Win32, unlike *nix. This is probably a good catch.
- Note: The fix is a hack. All locks are now exclusive until a
better fix is found.
- Note: The fix is a hack. All locks are now exclusive until a
- Much thanks to Nigel Sandever and David Golden for their help