Skip to content

Commit

Permalink
fix pod
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Dec 11, 2023
1 parent d359f7b commit 4ed8912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Will die if can't decode the string.
'CLcVDxRMWfGmWAVAHCENAXCkAKDAADnAABRgA5mdfCKZuYJez-NQm0TBMYA4oCAAGQYIAAAAAAEAIAEgAA.argAC0gAAAAAAAAAAAA'
);

or
or

use GDPR::IAB::TCFv2;

Expand Down Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions lib/GDPR/IAB/TCFv2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ Will die if can't decode the string.
'CLcVDxRMWfGmWAVAHCENAXCkAKDAADnAABRgA5mdfCKZuYJez-NQm0TBMYA4oCAAGQYIAAAAAAEAIAEgAA.argAC0gAAAAAAAAAAAA'
);
or
or
use GDPR::IAB::TCFv2;
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4ed8912

Please sign in to comment.