aboutsummaryrefslogtreecommitdiff
path: root/build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'build.PL')
-rw-r--r--build.PL6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.PL b/build.PL
index 17d2536..6e008d3 100644
--- a/build.PL
+++ b/build.PL
@@ -25,7 +25,11 @@ my $build = Net::MulkyID::Builder->new
"Modern::Perl" => 0,
"Time::HiRes" => 0,
"Syntax::Keyword::Junction" => 0,
- "Net::Google::FederatedLogin" => 0,
+ "OIDC::Lite" => 0,
+ "OIDC::Lite::Client::WebServer" => 0,
+ "OIDC::Lite::Model::IDToken" => 0,
+ "LWP::UserAgent" => 0,
+ "HTTP::Request" => 0
},
build_requires => {
"LWP::Simple" => 0,