-
Notifications
You must be signed in to change notification settings - Fork 11
/
MANIFEST
64 lines (64 loc) · 1.93 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.gitignore
Changes
FAQ
lib/List/Compare.pm
lib/List/Compare/Base/_Auxiliary.pm
lib/List/Compare/Base/_Engine.pm
lib/List/Compare/Functional.pm
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
README
t/01_oo_lists_dual_reg_sorted.t
t/02_oo_lists_dual_reg_unsorted.t
t/03_oo_lists_dual_acc_sorted.t
t/04_oo_lists_dual_acc_unsorted.t
t/05_oo_lists_mult_reg_sorted.t
t/06_oo_lists_mult_reg_unsorted.t
t/07_oo_lists_mult_acc_sorted.t
t/08_oo_lists_mult_acc_unsorted.t
t/09_oo_lists_alt_dual_reg_sorted.t
t/10_oo_lists_alt_dual_reg_unsorted.t
t/11_oo_lists_alt_dual_acc_sorted.t
t/12_oo_lists_alt_dual_acc_unsorted.t
t/13_oo_lists_alt_mult_reg_sorted.t
t/14_oo_lists_alt_mult_reg_unsorted.t
t/15_oo_lists_alt_mult_acc_sorted.t
t/16_oo_lists_alt_mult_acc_unsorted.t
t/17_oo_hashes_dual_reg_sorted.t
t/18_oo_hashes_dual_reg_unsorted.t
t/19_oo_hashes_dual_acc_sorted.t
t/20_oo_hashes_dual_acc_unsorted.t
t/21_oo_hashes_mult_reg_sorted.t
t/22_oo_hashes_mult_reg_unsorted.t
t/23_oo_hashes_mult_acc_sorted.t
t/24_oo_hashes_mult_acc_unsorted.t
t/25_oo_hashes_alt_dual_reg_sorted.t
t/26_oo_hashes_alt_dual_reg_unsorted.t
t/27_oo_hashes_alt_dual_acc_sorted.t
t/28_oo_hashes_alt_dual_acc_unsorted.t
t/29_oo_hashes_alt_mult_reg_sorted.t
t/30_oo_hashes_alt_mult_reg_unsorted.t
t/31_oo_hashes_alt_mult_acc_sorted.t
t/32_oo_hashes_alt_mult_acc_unsorted.t
t/33_func_lists_dual_sorted.t
t/34_func_lists_dual_unsorted.t
t/35_func_lists_mult_sorted.t
t/36_func_lists_mult_unsorted.t
t/37_func_lists_alt_dual_sorted.t
t/38_func_lists_alt_dual_unsorted.t
t/39_func_lists_alt_mult_sorted.t
t/40_func_lists_alt_mult_unsorted.t
t/41_func_hashes_dual_sorted.t
t/42_func_hashes_dual_unsorted.t
t/43_func_hashes_mult_sorted.t
t/44_func_hashes_mult_unsorted.t
t/45_func_hashes_alt_dual_sorted.t
t/46_func_hashes_alt_dual_unsorted.t
t/47_func_hashes_alt_mult_sorted.t
t/48_func_hashes_alt_mult_unsorted.t
t/49_lc_subset.t
t/50_lcf_subset.t
t/90_oo_errors.t
t/91_func_errors.t
t/Test/ListCompareSpecial.pm