GDPR-IAB-TCFv2
view release on metacpan or search on metacpan
bin/iabtcfv2 view on Meta::CPAN
'enable-warnings' => 0,
'vendor-id' => undef,
'strict-legal-basis' => 0,
);
require Getopt::Long;
my $parser = Getopt::Long::Parser->new(config => [qw(no_pass_through require_order bundling)]);
my $getopt_ok;
{
local @ARGV = @args;
$getopt_ok = $parser->getoptions(
'pretty|p' => \$opts{pretty},
'compact|c' => \$opts{compact},
'ignore-errors|i' => \$opts{'ignore-errors'},
'fail-fast|f' => \$opts{'fail-fast'},
'errors-to-stderr|e' => \$opts{'errors-to-stderr'},
'quiet|q' => \$opts{'quiet'},
'enable-warnings|w' => \$opts{'enable-warnings'},
'vendor-id|v=i' => \$opts{'vendor-id'},
'strict-legal-basis|s' => \$opts{'strict-legal-basis'},
bin/iabtcfv2 view on Meta::CPAN
'cmp-validator-timeout' => 30,
all => 0,
text => 0,
);
require Getopt::Long;
my $parser = Getopt::Long::Parser->new(config => [qw(no_pass_through require_order bundling)]);
my $getopt_ok;
{
local @ARGV = @args;
$getopt_ok = $parser->getoptions(
'pretty|p' => \$opts{pretty},
'ignore-errors|i' => \$opts{'ignore-errors'},
'fail-fast|f' => \$opts{'fail-fast'},
'errors-to-stderr|e' => \$opts{'errors-to-stderr'},
'quiet|q' => \$opts{quiet},
'enable-warnings|w' => \$opts{'enable-warnings'},
'vendor-id|v=i' => \$opts{'vendor-id'},
'consent-purposes|C=s' => \$opts{'consent-purposes'},
'legitimate-interest-purposes|L=s' => \$opts{'legitimate-interest-purposes'},
( run in 0.716 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )