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

Changes for version 0.98

  • Added in patch by David Cantrell to allow use of DATA filehandle
  • Fixed bug where attempting to export() a structure that used autobless would die
  • Fixed arraytest slowness by localizing $SIG{__DIE__} to prevent Test::Builder's $SIG{__DIE__} from being called. (q.v. http://perldoc.perl.org/functions/eval.html)
  • More methods have been made private:
    • root() is now _root()
    • base_offset() is now _base_offset()
    • fh() is now _fh()
    • type() is now _type()
    • precalc_sizes() is now _precalc_sizes()

Modules

A pure perl multi-level hash/array DBM

Provides

in lib/DBM/Deep/Array.pm
in lib/DBM/Deep/Hash.pm
in lib/DBM/Deep.pm