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

NAME

Alzabo::ObjectCache::Sync::DBM - Base class for syncing modules that use DBM files

SYNOPSIS

  use base qw( Alzabo::ObjectCache::Sync::DBM );

DESCRIPTION

All that a module that subclasses this module needs to do is implement a dbm method and an optional import method.

INTERFACE

todo

AUTHOR

Dave Rolsky, <autarch@urth.org>