From 4ed8912c47c29948eafec444a744cc08c6f6e9b4 Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Mon, 11 Dec 2023 10:59:29 +0100 Subject: [PATCH] fix pod --- README.pod | 4 ++-- lib/GDPR/IAB/TCFv2.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.pod b/README.pod index 4945cd9..8820f2b 100644 --- a/README.pod +++ b/README.pod @@ -100,7 +100,7 @@ Will die if can't decode the string. 'CLcVDxRMWfGmWAVAHCENAXCkAKDAADnAABRgA5mdfCKZuYJez-NQm0TBMYA4oCAAGQYIAAAAAAEAIAEgAA.argAC0gAAAAAAAAAAAA' ); - or +or use GDPR::IAB::TCFv2; @@ -301,7 +301,7 @@ It true, there is a publisher restriction of certain type, for a given purpose i # return true if there is publisher restriction to vendor 284 regarding purpose id 1 # with restriction type 0 'Purpose Flatly Not Allowed by Publisher' - my $ok = $instance->check_publisher_restriction(1, 0, 204); + my $ok = $instance->check_publisher_restriction(1, 0, 284); Version 2.0 of the Framework introduced the ability for publishers to signal restrictions on how vendors may process personal data. Restrictions can be of two types: diff --git a/lib/GDPR/IAB/TCFv2.pm b/lib/GDPR/IAB/TCFv2.pm index bea4534..999e2e2 100644 --- a/lib/GDPR/IAB/TCFv2.pm +++ b/lib/GDPR/IAB/TCFv2.pm @@ -665,7 +665,7 @@ Will die if can't decode the string. 'CLcVDxRMWfGmWAVAHCENAXCkAKDAADnAABRgA5mdfCKZuYJez-NQm0TBMYA4oCAAGQYIAAAAAAEAIAEgAA.argAC0gAAAAAAAAAAAA' ); - or +or use GDPR::IAB::TCFv2; @@ -866,7 +866,7 @@ It true, there is a publisher restriction of certain type, for a given purpose i # return true if there is publisher restriction to vendor 284 regarding purpose id 1 # with restriction type 0 'Purpose Flatly Not Allowed by Publisher' - my $ok = $instance->check_publisher_restriction(1, 0, 204); + my $ok = $instance->check_publisher_restriction(1, 0, 284); Version 2.0 of the Framework introduced the ability for publishers to signal restrictions on how vendors may process personal data. Restrictions can be of two types: