-
-
06 Aug 2002 18:34:21 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (5)
- Testers (639 / 616 / 0)
- Kwalitee
Bus factor: 0- 83.33% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (7.47KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.05
- removed use Carp qw(verbose) which was effecting other modules
- documentation improvements recommended by Stas Bekman <stas@stason.org>
- the documentation said we supported RECONO (tie for arrays) but Shlomo Yona <Shlomo.Yona@Siftology.com> pointed out the implementation did not support that. Added support for RECNO.
- added a warning when opening a database with write access and only locking it for reading. This warning disabled for RECNO because RECNO seems to require O_RDWR even when opening only for reading.
- added test of database creation failure
- added test of database access through object interface
- added test of RECNO database creation and usage
Modules
Locking with flock wrapper for DB_FileOther files
Module Install Instructions
To install DB_File::Lock, copy and paste the appropriate command in to your terminal.
cpanm DB_File::Lock
perl -MCPAN -e shell install DB_File::Lock
For more information on module installation, please visit the detailed CPAN module installation guide.