aboutsummaryrefslogtreecommitdiff
path: root/build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'build.PL')
-rw-r--r--build.PL4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.PL b/build.PL
index 6e008d3..7c320e2 100644
--- a/build.PL
+++ b/build.PL
@@ -29,7 +29,9 @@ my $build = Net::MulkyID::Builder->new
"OIDC::Lite::Client::WebServer" => 0,
"OIDC::Lite::Model::IDToken" => 0,
"LWP::UserAgent" => 0,
- "HTTP::Request" => 0
+ "HTTP::Request" => 0,
+ "Math::Random::ISAAC::XS" => 0,
+ "Bytes::Random::Secure" => 0
},
build_requires => {
"LWP::Simple" => 0,