-
Notifications
You must be signed in to change notification settings - Fork 1
/
MANIFEST
108 lines (108 loc) · 3.09 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Changes
ignore.txt
lib/WWW/Challonge.pm
lib/WWW/Challonge/Match.pm
lib/WWW/Challonge/Match/Attachment.pm
lib/WWW/Challonge/Participant.pm
lib/WWW/Challonge/Tournament.pm
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
README
t/00-load.t
t/attachment.t
t/challonge.t
t/json/attachment/attachment.json
t/json/attachment/destroy.json
t/json/attachment/matches.json
t/json/attachment/new_attachment.json
t/json/attachment/perl_test_1.json
t/json/attachment/tournaments.json
t/json/attachment/update_asset.json
t/json/attachment/update_url.json
t/json/challonge/invalid_start_time.json
t/json/challonge/new-fail.json
t/json/challonge/new_tournament-taken.json
t/json/challonge/new_tournament.json
t/json/challonge/not-found.json
t/json/challonge/tournament-pending.json
t/json/challonge/tournament.json
t/json/challonge/tournaments-pending.json
t/json/challonge/tournaments.json
t/json/challonge/update.json
t/json/match/129262.json
t/json/match/129263.json
t/json/match/129264.json
t/json/match/a.json
t/json/match/attachments.json
t/json/match/matches.json
t/json/match/new_attachment_asset.json
t/json/match/new_attachment_asset_large.json
t/json/match/new_attachment_asset_too_many.json
t/json/match/new_attachment_url.json
t/json/match/not_found.json
t/json/match/perl_test_1.json
t/json/match/tournaments.json
t/json/match/update.json
t/json/participant/alex.json
t/json/participant/alice.json
t/json/participant/alice_checked_in.json
t/json/participant/bob.json
t/json/participant/bort.json
t/json/participant/check_in.json
t/json/participant/check_in_fail.json
t/json/participant/claire.json
t/json/participant/dean.json
t/json/participant/destroy.json
t/json/participant/new_participant.json
t/json/participant/perl_test_2.json
t/json/participant/perl_test_3.json
t/json/participant/process_check_ins.json
t/json/participant/randomize.json
t/json/participant/tournaments.json
t/json/participant/update.json
t/json/participant/update_for_check_in.json
t/json/tournament/25012378.json
t/json/tournament/25012379.json
t/json/tournament/25012380.json
t/json/tournament/25012381.json
t/json/tournament/36649651.json
t/json/tournament/abort_check_in.json
t/json/tournament/cannot_add.json
t/json/tournament/destroy.json
t/json/tournament/finalize.json
t/json/tournament/hunni.json
t/json/tournament/invalid_seed.json
t/json/tournament/match-404.json
t/json/tournament/matches.json
t/json/tournament/name_taken.json
t/json/tournament/new_participant.json
t/json/tournament/participant-404.json
t/json/tournament/participants.json
t/json/tournament/perl_test_1.json
t/json/tournament/perl_test_2.json
t/json/tournament/perl_test_3.json
t/json/tournament/perl_test_4.json
t/json/tournament/process_check_ins-unauthorised.json
t/json/tournament/process_check_ins.json
t/json/tournament/reset.json
t/json/tournament/start.json
t/json/tournament/tournaments.json
t/json/tournament/update-unauthorised.json
t/json/tournament/update.json
t/manifest.t
t/match.t
t/participant.t
t/pod-coverage.t
t/pod.t
t/test_file1
t/test_file2
t/tournament.t
xt/attachment.t
xt/boilerplate.t
xt/challonge.t
xt/match.t
xt/participant.t
xt/test_file
xt/test_file2
xt/tournament.t