Skip to content

Commit

Permalink
remove bad chars
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Dec 17, 2023
1 parent 44aec53 commit c36c059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/GDPR/IAB/TCFv2/Publisher.pm
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Return a hashref of purpose => { restriction type => bool } for a given vendor i
Example, by parsing the consent C<COwAdDhOwAdDhN4ABAENAPCgAAQAAv___wAAAFP_AAp_4AI6ACACAA> we can generate this.
my $restrictions = $publisher->restrictions(32);
# returns { 7 => { 1 => 1 } }
# returns { 7 => { 1 => 1 } }
=head2 publisher_tc
Expand Down
2 changes: 1 addition & 1 deletion lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Return a hashref of purpose => { restriction type => bool } for a given vendor i
Example, by parsing the consent C<COwAdDhOwAdDhN4ABAENAPCgAAQAAv___wAAAFP_AAp_4AI6ACACAA> we can generate this.
my $restrictions = $object->restrictions(32);
# returns { 7 => { 1 => 1 } }
# returns { 7 => { 1 => 1 } }
=head2 TO_JSON
Expand Down

0 comments on commit c36c059

Please sign in to comment.