Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Dec 7, 2023
1 parent 276eb86 commit 17a9dc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use ExtUtils::MakeMaker;

WriteMakefile(
NAME => 'GDPR::IAB::TCFv2',
AUTHOR => 'Tiago Peczenyj <[email protected]>',
LICENSE => "perl_5",
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.008,
Expand Down

0 comments on commit 17a9dc6

Please sign in to comment.