diff --git a/MANIFEST b/MANIFEST deleted file mode 100644 index 8313d91..0000000 --- a/MANIFEST +++ /dev/null @@ -1,15 +0,0 @@ -.perlcriticrc -.perltidyrc -.proverc -GDPR-IAB-TCFv2-v0.0.2.tar.gz -lib/GDPR/IAB/TCFv2.pm -lib/GDPR/IAB/TCFv2/BitField.pm -lib/GDPR/IAB/TCFv2/BitUtils.pm -lib/GDPR/IAB/TCFv2/RangeConsent.pm -lib/GDPR/IAB/TCFv2/RangeSection.pm -LICENSE -Makefile.PL -MANIFEST This list of files -README.md -t/00-load.t -t/01-parse.t diff --git a/Makefile.PL b/Makefile.PL index 705148e..be0c7f9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,9 @@ WriteMakefile( VERSION_FROM => 'lib/GDPR/IAB/TCFv2.pm', MIN_PERL_VERSION => 5.012, LICENSE => "perl_5", + PREREQ_PM => { + 'List::MoreUtils' => 0, + }, TEST_REQUIRES => { 'Test::Exception' => 0, 'Test::More' => 0, @@ -20,6 +23,9 @@ WriteMakefile( url => 'https://github.com/peczenyj/GDPR-IAB-TCFv2.git', web => 'https://github.com/peczenyj/GDPR-IAB-TCFv2', }, + bugtracker => { + web => 'https://github.com/peczenyj/GDPR-IAB-TCFv2/issues' + }, }}) : () ),