Changes for version 1.03 - 2010-10-25
- Extend write() method to accept an optional arrayref of extra fields to be written to the db. The field names are in the call to write(), and the field values are taken from the attributes of the node.
- Note: The field 'id' is automatically written to the db, when write() is called, so there is no need to include it in the arrayref.
- Extend read() method likewise to recover this extra data.
- Note: The field 'id' is automatically put in the node's attributes, when read() is called, so there is no need to include it in the arrayref.
- Enhance t/test.t to match. See usage of $extra, and where $target = 1011.
- Add README to MANIFEST.
Modules
Persist multiple trees in a single database table, preserving child order