Changes for version 1.03 - 2011-01-20

  • major API change:
    • FF::DS::Record::data() now returns a scalar (not a scalar ref)
    • the new FF::DS::Record::dataref() returns a scalar ref
    • both still accept a scalar or scalar ref when setting the data value
  • FlatFile::DataStore::DBM:
    • fix logic error wrt updates, w/ tests
    • store dbm_* globals in object instance
    • add extra "dbm specs" parameter to new()

Modules

Perl module that implements a flatfile datastore.
Perl module that implements a flatfile datastore with a DBM file key access.
POD containing in-depth discussion of FlatFile::DataStore.
Provides routines that are used only when initializing a datastore
Perl module that implements a flatfile datastore preamble class.
Perl module that implements a flatfile datastore record class.
Provides routines that are used only when tie'ing a hash to a datastore.
Perl module that implements a flatfile datastore TOC (table of contents) class.
a collection of utility routines for FlatFile::DataStore datastores.