aboutsummaryrefslogtreecommitdiff
path: root/build.PL
diff options
context:
space:
mode:
authorMatthias Benkard <matthias.benkard@egym.de>2015-04-13 14:16:43 +0000
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2015-04-23 21:55:01 +0200
commitfaea34e5c94922645b337bdeb5db32871eb1fde9 (patch)
treec5456c78967238b87a7195ce078ea4ee5edd83a8 /build.PL
parent39f38b65fd828c1dd29361a7d61d8685834cf229 (diff)
Support Google OpenID Connect.
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,