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

Changes for version 1.01 - 2010-10-07

  • Add dbh as an optional parameter to new(). If not supplied, use the config file to get DBI connect options. This makes testing easier, too. Document new parameter.
  • Add option data_structure to output a structure which can be turned into JSON. This uses the new method build_structure().
  • Make pretty-printing the tree a stand-alone method: pretty_print().
  • Add Tree::DAG_Node::Persist to See Also.
  • Add README file.
  • Patch usage of File::Temp in t/test.t for BSD-based systems (EXLOCK => 0). This is part of making the code look much more like t/test.t as shipped with Test::DAG_Node::Persist.
  • Adopt DBIx::Admin::CreateTable for t/test.t.

Documentation

Creates tables in the 'test' database
Drop tables in the 'test' database
Populate tables in the 'test' database
Report sizes of tables in the 'test' database
Test Tree and Tree::Persist

Modules

Play with Tree and Tree::Persist a la DBIx::Tree

Provides

in lib/DBIx/Tree/Persist/Config.pm
in lib/DBIx/Tree/Persist/Create.pm