Skip to content

Commit

Permalink
try even older version
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Dec 5, 2023
1 parent bcb421a commit b96baff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
perl-version:
- '5.10'
- '5.8'
- '5.12'
- '5.38'
container:
Expand Down
20 changes: 12 additions & 8 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
use ExtUtils::MakeMaker;

WriteMakefile(
ABSTRACT => 'gdpr iab tcf v2 consent string decoder',
AUTHOR => 'Tiago Peczenyj <[email protected]>',
NAME => 'GDPR::IAB::TCFv2',
VERSION_FROM => 'lib/GDPR/IAB/TCFv2.pm',
NAME => 'GDPR::IAB::TCFv2',
AUTHOR => 'Tiago Peczenyj <[email protected]>',
LICENSE => "perl_5",
ABSTRACT_FROM => 'lib/GDPR/IAB/TCFv2.pm',
VERSION_FROM => 'lib/GDPR/IAB/TCFv2.pm',

# MIN_PERL_VERSION => 5.012,
LICENSE => "perl_5",
TEST_REQUIRES => {
'Test::Exception' => 0.43,
'Test::More' => 0.94,
},
SKIP => [qw<.github>],
( eval { ExtUtils::MakeMaker->VERSION(6.46) }
? ( META_MERGE => {
'meta-spec' => { version => 2 },
resources => {
'meta-spec' => { version => 2 },
dynamic_config => 0,
resources => {
homepage => 'https://github.com/peczenyj/GDPR-IAB-TCFv2',
repository => {
type => 'git',
url =>
Expand All @@ -26,7 +29,8 @@ WriteMakefile(
web =>
'https://github.com/peczenyj/GDPR-IAB-TCFv2/issues'
},
}
},
x_authority => 'cpan:PACMAN',
}
)
: ()
Expand Down

0 comments on commit b96baff

Please sign in to comment.