From c36c059ac7301050ffc7e8fdec66b74cfe2c8fdb Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Sun, 17 Dec 2023 13:31:22 +0100 Subject: [PATCH] remove bad chars --- lib/GDPR/IAB/TCFv2/Publisher.pm | 2 +- lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/GDPR/IAB/TCFv2/Publisher.pm b/lib/GDPR/IAB/TCFv2/Publisher.pm index 521f3a5..57e5b2c 100644 --- a/lib/GDPR/IAB/TCFv2/Publisher.pm +++ b/lib/GDPR/IAB/TCFv2/Publisher.pm @@ -146,7 +146,7 @@ Return a hashref of purpose => { restriction type => bool } for a given vendor i Example, by parsing the consent C we can generate this. my $restrictions = $publisher->restrictions(32); - # returns { 7 => { 1 => 1 } } + # returns { 7 => { 1 => 1 } } =head2 publisher_tc diff --git a/lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm b/lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm index 6a647a9..2d2edfa 100644 --- a/lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm +++ b/lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm @@ -186,7 +186,7 @@ Return a hashref of purpose => { restriction type => bool } for a given vendor i Example, by parsing the consent C we can generate this. my $restrictions = $object->restrictions(32); - # returns { 7 => { 1 => 1 } } + # returns { 7 => { 1 => 1 } } =head2 TO_JSON