Commit | Line | Data |
---|---|---|
ffed8b01 | 1 | Build.PL |
2 | Changes | |
f72b2dfb | 3 | Makefile.PL |
4 | MANIFEST | |
5 | META.yml | |
6 | README | |
ffed8b01 | 7 | lib/DBM/Deep.pm |
b48ae6ec | 8 | lib/DBM/Deep.pod |
9a63e1f2 | 9 | lib/DBM/Deep/Array.pm |
10 | lib/DBM/Deep/Cookbook.pod | |
3d7d3e53 | 11 | lib/DBM/Deep/Engine.pm |
460b1067 | 12 | lib/DBM/Deep/File.pm |
6fe26b29 | 13 | lib/DBM/Deep/Hash.pm |
d8db2929 | 14 | lib/DBM/Deep/Internals.pod |
f72b2dfb | 15 | utils/upgrade_db.pl |
16 | utils/lib/DBM/Deep/09830.pm | |
cad48239 | 17 | utils/lib/DBM/Deep/10002.pm |
ccdfc465 | 18 | t/01_basic.t |
19 | t/02_hash.t | |
20 | t/03_bighash.t | |
21 | t/04_array.t | |
22 | t/05_bigarray.t | |
23 | t/06_error.t | |
24 | t/07_locking.t | |
25 | t/08_deephash.t | |
26 | t/09_deeparray.t | |
27 | t/10_largekeys.t | |
b48ae6ec | 28 | t/11_optimize.t |
ccdfc465 | 29 | t/12_clone.t |
30 | t/13_setpack.t | |
31 | t/14_filter.t | |
32 | t/15_digest.t | |
33 | t/16_circular.t | |
34 | t/17_import.t | |
35 | t/18_export.t | |
36 | t/19_crossref.t | |
37 | t/20_tie.t | |
38 | t/21_tie_access.t | |
39 | t/22_internal_copy.t | |
40 | t/23_misc.t | |
41 | t/24_autobless.t | |
995d119b | 42 | t/25_tie_return_value.t |
714618f0 | 43 | t/26_scalar_ref.t |
44 | t/27_filehandle.t | |
9a63e1f2 | 45 | t/28_index_sector.t |
46 | t/29_largedata.t | |
019ab3a1 | 47 | t/30_already_tied.t |
4bbc0724 | 48 | t/31_references.t |
49 | t/32_dash_ell.t | |
94f5eeab | 50 | t/33_transactions.t |
504185fb | 51 | t/34_transaction_arrays.t |
94f5eeab | 52 | t/35_transaction_multiple.t |
867a26a0 | 53 | t/37_delete_edge_cases.t |
f72b2dfb | 54 | t/38_data_sector_size.t |
867a26a0 | 55 | t/39_singletons.t |
9a63e1f2 | 56 | t/40_freespace.t |
57 | t/41_transaction_multilevel.t | |
58 | t/42_transaction_indexsector.t | |
f72b2dfb | 59 | t/43_transaction_maximum.t |
60 | t/44_upgrade_db.t | |
0e159864 | 61 | t/45_references.t |
4c724433 | 62 | t/97_dump_file.t |
eadd538f | 63 | t/98_pod.t |
0f48ee48 | 64 | t/99_pod_coverage.t |
9a63e1f2 | 65 | t/common.pm |
f72b2dfb | 66 | t/etc/db-0-983 |
67 | t/etc/db-0-99_04 | |
68 | t/etc/db-1-0000 | |
0e159864 | 69 | t/etc/db-1-0003 |