From d7dd9e6bcd49ee1e0c011673db09335df2bf0f87 Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Sun, 17 Dec 2023 13:19:38 +0100 Subject: [PATCH 1/2] Update Publisher.pm Remove char --- lib/GDPR/IAB/TCFv2/Publisher.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GDPR/IAB/TCFv2/Publisher.pm b/lib/GDPR/IAB/TCFv2/Publisher.pm index cfef71f..521f3a5 100644 --- a/lib/GDPR/IAB/TCFv2/Publisher.pm +++ b/lib/GDPR/IAB/TCFv2/Publisher.pm @@ -141,7 +141,7 @@ Return true for a given combination of purpose id, restriction type and vendor_i =head2 restrictions -Return a hashref of purpose => { restriction type => bool } for a given vendor id. +Return a hashref of purpose => { restriction type => bool } for a given vendor id. Example, by parsing the consent C we can generate this. From e1abc4d9d1797b41acd434ad672ca7c0aaf7bc77 Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Sun, 17 Dec 2023 13:21:19 +0100 Subject: [PATCH 2/2] Update PublisherRestrictions.pm Remove char --- lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm b/lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm index af25eb2..6a647a9 100644 --- a/lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm +++ b/lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm @@ -181,7 +181,7 @@ Return true for a given combination of purpose id, restriction type and vendor =head2 restrictions -Return a hashref of purpose => { restriction type => bool } for a given vendor id. +Return a hashref of purpose => { restriction type => bool } for a given vendor id. Example, by parsing the consent C we can generate this.