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

Changes for version 1.10 - 2013-06-28

  • Add DBD::SQLite to the pre-reqs. It is used for testing when $ENV{DBI_DSN} is not set. Some CPAN Testers got syntax errors in the SQL used in t/load_from_db.t and t/save_to_db.t. I assume this is because old versions of DBD::SQLite (i.e. SQLite) accepted: insert into t (id, x) values (1, 2) but not insert into t (id, x) values (1, 2), (3, 4).
  • Expand the FAQ slightly, regarding usage of DBD::SQLite.
  • One CPAN Tester is still getting a 'Permission denied' error trying to unlink a temporary file. I do not have a fix for this problem (yet).

Modules

A transparent persistence layer for Tree and its children
The base class for the Tree persistence plugin hierarchy
The base class for DB plugins for Tree persistence
A handler for Tree persistence
The base class for File plugins for Tree persistence
A handler for Tree persistence
A handler for Tree persistence