Alzabo::ObjectCache::Sync::DBM - Base class for syncing modules that use DBM files |
Alzabo::ObjectCache::Sync::DBM - Base class for syncing modules that use DBM files
use base qw( Alzabo::ObjectCache::Sync::DBM );
All that a module that subclasses this module needs to do is implement
a dbm
method and an optional import
method.
todo
Dave Rolsky, <autarch@urth.org>
Alzabo::ObjectCache::Sync::DBM - Base class for syncing modules that use DBM files |