-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST
More file actions
55 lines (55 loc) · 1.23 KB
/
Copy pathMANIFEST
File metadata and controls
55 lines (55 loc) · 1.23 KB
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
bench/performance.pl
bin/iabtcfv2
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING
lib/GDPR/IAB/TCFv2.pm
lib/GDPR/IAB/TCFv2/BitField.pm
lib/GDPR/IAB/TCFv2/BitUtils.pm
lib/GDPR/IAB/TCFv2/CMPValidator.pm
lib/GDPR/IAB/TCFv2/Constants/Purpose.pm
lib/GDPR/IAB/TCFv2/Constants/RestrictionType.pm
lib/GDPR/IAB/TCFv2/Constants/SpecialFeature.pm
lib/GDPR/IAB/TCFv2/Parser.pm
lib/GDPR/IAB/TCFv2/Publisher.pm
lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm
lib/GDPR/IAB/TCFv2/PublisherTC.pm
lib/GDPR/IAB/TCFv2/RangeSection.pm
lib/GDPR/IAB/TCFv2/Validator.pm
lib/GDPR/IAB/TCFv2/Validator/Failure.pm
lib/GDPR/IAB/TCFv2/Validator/Reason.pm
lib/GDPR/IAB/TCFv2/Validator/Result.pm
lib/iabtcfv2.pm
LICENSE
Makefile.PL
MANIFEST
README.md
SECURITY.md
t/00-load.t
t/01-parse.t
t/02-json-bitfield.t
t/03-json-range.t
t/04-legal-basis.t
t/05-tcf-v23.t
t/06-validator.t
t/07-golden.t
t/08-golden-validator.t
t/09-predicates.t
t/10-cli-iabtcfv2.t
t/11-iabtcfv2-shortcut.t
t/12-bigint-fallback.t
t/13-constants-aliases.t
t/14-cmp-validator.t
t/15-validator-reason.t
t/16-validator-failures.t
t/17-v23-deadline.t
t/18-go-parity.t
t/90-bugs.t
t/99-pod.t
t/corpus/cmp-list.json
t/corpus/gdpr_subset.txt
t/corpus/golden.jsonl.gz
t/corpus/validator_scenarios.pl
t/generate_golden.pl
TODO