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