Commit | Line | Data |
ffed8b01 |
1 | Build.PL |
2 | Changes |
ffed8b01 |
3 | lib/DBM/Deep.pm |
2120a181 |
4 | lib/DBM/Deep.pod |
5 | lib/DBM/Deep/Array.pm |
6 | lib/DBM/Deep/Cookbook.pod |
3d7d3e53 |
7 | lib/DBM/Deep/Engine.pm |
f0276afb |
8 | lib/DBM/Deep/Engine/Sector.pm |
9 | lib/DBM/Deep/Engine/Sector/BucketList.pm |
10 | lib/DBM/Deep/Engine/Sector/Data.pm |
11 | lib/DBM/Deep/Engine/Sector/Index.pm |
12 | lib/DBM/Deep/Engine/Sector/Null.pm |
13 | lib/DBM/Deep/Engine/Sector/Reference.pm |
14 | lib/DBM/Deep/Engine/Sector/Scalar.pm |
460b1067 |
15 | lib/DBM/Deep/File.pm |
6fe26b29 |
16 | lib/DBM/Deep/Hash.pm |
d8db2929 |
17 | lib/DBM/Deep/Internals.pod |
f0276afb |
18 | lib/DBM/Deep/Iterator.pm |
19 | lib/DBM/Deep/Iterator/BucketList.pm |
20 | lib/DBM/Deep/Iterator/Index.pm |
21 | lib/DBM/Deep/Null.pm |
22 | Makefile.PL |
23 | MANIFEST |
24 | META.yml |
25 | README |
ccdfc465 |
26 | t/01_basic.t |
27 | t/02_hash.t |
28 | t/03_bighash.t |
29 | t/04_array.t |
30 | t/05_bigarray.t |
31 | t/06_error.t |
32 | t/07_locking.t |
33 | t/08_deephash.t |
34 | t/09_deeparray.t |
35 | t/10_largekeys.t |
36 | t/11_optimize.t |
37 | t/12_clone.t |
38 | t/13_setpack.t |
39 | t/14_filter.t |
40 | t/15_digest.t |
41 | t/16_circular.t |
42 | t/17_import.t |
43 | t/18_export.t |
44 | t/19_crossref.t |
45 | t/20_tie.t |
46 | t/21_tie_access.t |
47 | t/22_internal_copy.t |
48 | t/23_misc.t |
49 | t/24_autobless.t |
995d119b |
50 | t/25_tie_return_value.t |
714618f0 |
51 | t/26_scalar_ref.t |
52 | t/27_filehandle.t |
2120a181 |
53 | t/28_index_sector.t |
54 | t/29_largedata.t |
019ab3a1 |
55 | t/30_already_tied.t |
4bbc0724 |
56 | t/31_references.t |
57 | t/32_dash_ell.t |
94f5eeab |
58 | t/33_transactions.t |
504185fb |
59 | t/34_transaction_arrays.t |
94f5eeab |
60 | t/35_transaction_multiple.t |
e9b0b5f0 |
61 | t/38_data_sector_size.t |
867a26a0 |
62 | t/39_singletons.t |
2120a181 |
63 | t/40_freespace.t |
64 | t/41_transaction_multilevel.t |
65 | t/42_transaction_indexsector.t |
e9b0b5f0 |
66 | t/43_transaction_maximum.t |
67 | t/44_upgrade_db.t |
1cff45d7 |
68 | t/45_references.t |
5a70a6c0 |
69 | t/46_blist_reindex.t |
6e6789b0 |
70 | t/47_odd_reference_behaviors.t |
edd45134 |
71 | t/48_autoexport_after_delete.t |
f0276afb |
72 | t/50_deletes.t |
73 | t/52_memory_leak.t |
74 | t/53_misc_transactions.t |
f696d6ab |
75 | t/54_output_punct_vars.t |
888453b9 |
76 | t/97_dump_file.t |
1cff45d7 |
77 | t/98_pod.t |
78 | t/99_pod_coverage.t |
2120a181 |
79 | t/common.pm |
e9b0b5f0 |
80 | t/etc/db-0-983 |
81 | t/etc/db-0-99_04 |
82 | t/etc/db-1-0000 |
1cff45d7 |
83 | t/etc/db-1-0003 |
f0276afb |
84 | utils/lib/DBM/Deep/09830.pm |
85 | utils/lib/DBM/Deep/10002.pm |
86 | utils/upgrade_db.pl |