aboutsummaryrefslogtreecommitdiff
path: root/build.PL
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2014-05-04 18:35:10 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2014-05-04 18:35:10 +0200
commitd8907f11f5c255727b8a814746a0114e5c62e30a (patch)
tree96b1b1e2531a3043e9ab31e66abdd72507136b1d /build.PL
parent36fafa2ae962d6844b6e20ffbbac92ecf36a059d (diff)
Support Google Apps authentication.
Diffstat (limited to 'build.PL')
-rw-r--r--build.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.PL b/build.PL
index 342fae0..17d2536 100644
--- a/build.PL
+++ b/build.PL
@@ -24,6 +24,8 @@ my $build = Net::MulkyID::Builder->new
"Mail::IMAPTalk" => 0,
"Modern::Perl" => 0,
"Time::HiRes" => 0,
+ "Syntax::Keyword::Junction" => 0,
+ "Net::Google::FederatedLogin" => 0,
},
build_requires => {
"LWP::Simple" => 0,