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

Changes for version 0.983

  • Added patch inspired by Jeff Janes (Thanks!)
    • Autovivification now works correctly
    • The following now works correctly my %hash = ( a => 1 ); $db->{hash} = \%hash; $hash{b} = 2; cmp_ok( $db->{hash}{b}, '==', 2 );
  • (RT#18530) - DBM::Deep now plays nicely with -l

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