The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc CDB::TinyCDB::Wrapper

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=CDB-TinyCDB-Wrapper

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/CDB-TinyCDB-Wrapper

    CPAN Ratings
        http://cpanratings.perl.org/d/CDB-TinyCDB-Wrapper

    Search CPAN
        http://search.cpan.org/dist/CDB-TinyCDB-Wrapper/


LICENSE AND COPYRIGHT

Copyright (C) 2010 Michael Alan Dorman

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.