X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile.PL;h=29dea65ad6be89e7577c02f3de0cf8f06b6edada;hb=5c5dcbfe1c8f309bbe28c15fd4942dad012c177c;hp=6c78496d94ec55c447a6c95f38634f406bc1323e;hpb=67cb10642fecbd2a78996fbe3803bc00cfbde81b;p=www-csrf diff --git a/Makefile.PL b/Makefile.PL index 6c78496..29dea65 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,13 @@ use ExtUtils::MakeMaker; +my %PREREQ_PM = ( + 'Bytes::Random::Secure' => 0, + 'Digest::HMAC_SHA1' => 0 +); + WriteMakefile( NAME => "WWW::CSRF", - VERSION_FROM => "lib/WWW/CSRF.pm" + VERSION_FROM => "lib/WWW/CSRF.pm", + PREREQ_PM => \%PREREQ_PM );