Commit | Line | Data |
---|---|---|
ffed8b01 | 1 | Build.PL |
2 | Changes | |
ffed8b01 | 3 | lib/DBM/Deep.pm |
7645a22a | 4 | lib/DBM/Deep/Array.pm |
5 | lib/DBM/Deep/Cookbook.pod | |
3d7d3e53 | 6 | lib/DBM/Deep/Engine.pm |
460b1067 | 7 | lib/DBM/Deep/File.pm |
6fe26b29 | 8 | lib/DBM/Deep/Hash.pm |
d8db2929 | 9 | lib/DBM/Deep/Internals.pod |
7645a22a | 10 | Makefile.PL |
11 | MANIFEST | |
12 | META.yml | |
13 | README | |
ccdfc465 | 14 | t/01_basic.t |
15 | t/02_hash.t | |
16 | t/03_bighash.t | |
17 | t/04_array.t | |
18 | t/05_bigarray.t | |
19 | t/06_error.t | |
20 | t/07_locking.t | |
21 | t/08_deephash.t | |
22 | t/09_deeparray.t | |
23 | t/10_largekeys.t | |
ccdfc465 | 24 | t/12_clone.t |
25 | t/13_setpack.t | |
26 | t/14_filter.t | |
27 | t/15_digest.t | |
28 | t/16_circular.t | |
29 | t/17_import.t | |
30 | t/18_export.t | |
31 | t/19_crossref.t | |
32 | t/20_tie.t | |
33 | t/21_tie_access.t | |
34 | t/22_internal_copy.t | |
35 | t/23_misc.t | |
36 | t/24_autobless.t | |
995d119b | 37 | t/25_tie_return_value.t |
714618f0 | 38 | t/26_scalar_ref.t |
39 | t/27_filehandle.t | |
7645a22a | 40 | t/28_index_sector.t |
41 | t/29_largedata.t | |
019ab3a1 | 42 | t/30_already_tied.t |
4bbc0724 | 43 | t/31_references.t |
44 | t/32_dash_ell.t | |
94f5eeab | 45 | t/33_transactions.t |
504185fb | 46 | t/34_transaction_arrays.t |
94f5eeab | 47 | t/35_transaction_multiple.t |
867a26a0 | 48 | t/37_delete_edge_cases.t |
867a26a0 | 49 | t/39_singletons.t |
7645a22a | 50 | t/40_freespace.t |
51 | t/41_transaction_multilevel.t | |
52 | t/42_transaction_indexsector.t | |
53 | t/common.pm |