CDB-TinyCDB-Wrapper
    
    
  
  
  
view release on metacpan or search on metacpan
CDB::TinyCDB::Wrapper
The non-updateable nature of the .cdb files makes them a litle more
interesting to handle than most DB files---but their extreme speed
makes them very attractive in high-volume situations.
This wrapper classis intended to make the updating of files created
with CDB::TinyCDB a little more transparent.  It was written to ease
use of CDB::TinyCDB files as a Bayes storage layer for SpamAssassin,
and no doubt shows idiosyncracies that reflect that.
INSTALLATION
To install this module, run the following commands:
	perl Makefile.PL
	make
	make test
    
  
  
  lib/CDB/TinyCDB/Wrapper.pm view on Meta::CPAN
package CDB::TinyCDB::Wrapper;
use warnings;
use strict;
use CDB::TinyCDB;
=head1 NAME
CDB::TinyCDB::Wrapper - A wrapper around CDB::TinyCDB to try and make
updating its files a little more transparent
=head1 VERSION
Version 0.03
=cut
our $VERSION = '0.03';
=head1 SYNOPSIS
    
  
  
  
( run in 0.493 second using v1.01-cache-2.11-cpan-a1d94b6210f )