freebsd-ports/devel/p5-DB_File-Lock/pkg-descr
Norikatsu Shigemura 54b5ff2c6a Add devel/p5-DB_File-Lock, a wrapper for the DB_File module, adding
locking, extremely lightweight.

This module provides the similar functionality to Tie::DB_LockFile,
but also supports DB_RECNO.

Reviewed by:		knu (mentor)
Approved by:		knu (mentor)
2002-08-16 02:05:51 +00:00

6 lines
249 B
Plaintext

This module provides a wrapper for the DB_File module, adding locking.
When you need locking, simply use this module in place of DB_File and
add an extra argument onto the tie command specifying if the file should
be locked for reading or writing.