Skip to content

Commit

Permalink
fix module format
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Dec 5, 2023
1 parent b96baff commit cda3bc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GDPR::IAB::TCFv2 - Transparency & Consent String version 2 parser

# VERSION

Version v0.0.4
Version 0.4

# SYNOPSIS

Expand Down
5 changes: 3 additions & 2 deletions lib/GDPR/IAB/TCFv2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ use strict;
use warnings;
use integer;
use bytes;
use version; our $VERSION = version->declare('v0.0.4');

our $VERSION = "0.04";

use GDPR::IAB::TCFv2::BitUtils
qw<get_char6_pair get_uint6 get_uint12 get_uint16 get_uint36 is_set>;
Expand Down Expand Up @@ -298,7 +299,7 @@ GDPR::IAB::TCFv2 - Transparency & Consent String version 2 parser
=head1 VERSION
Version v0.0.4
Version 0.4
=head1 SYNOPSIS
Expand Down

0 comments on commit cda3bc8

Please sign in to comment.