The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Tie::MLDBM::Lock::Null - Tie::MLDBM Locking Component Module

SYNOPSIS

 use Tie::MLDBM;

 tie %hash, 'Tie::MLDBM', {
     'Lock'      =>  'Null'
 } ... or die $!;

DESCRIPTION

This module forms a locking component of the Tie::MLDBM framework, without actually implementing any synchronisation or locking components. This module should only be used where there are no concerns of synchronisation in the environment where the Tie::MLDBM framework is employed.

This is locking component of the Tie::MLDBM framework is that used when no other locking module is defined.

AUTHOR

Rob Casey <robau@cpan.org>

COPYRIGHT

Copyright 2002 Rob Casey, robau@cpan.org

SEE ALSO

Tie::MLDBM