aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-05-09 18:15:35 -0400
committerJoey Hess <joey@kitenet.net>2011-05-09 18:15:35 -0400
commitb2754fa27222e7cbc6ae7616ef80f4c70aa3d7d4 (patch)
treee912e5068e2db49c8c5b6e462890f54e5d812935 /IkiWiki
parent825f81340a823c9626839fbba574e5a3d7c409fa (diff)
downloadikiwiki-b2754fa27222e7cbc6ae7616ef80f4c70aa3d7d4.tar
ikiwiki-b2754fa27222e7cbc6ae7616ef80f4c70aa3d7d4.tar.gz
openid: also use Net::INET6Glue if available
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/openid.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/openid.pm b/IkiWiki/Plugin/openid.pm
index bd67384f2..bd2cfdc44 100644
--- a/IkiWiki/Plugin/openid.pm
+++ b/IkiWiki/Plugin/openid.pm
@@ -229,6 +229,7 @@ sub getobj ($$) {
my $q=shift;
my $session=shift;
+ eval q{use Net::INET6Glue::INET_is_INET6}; # may not be available
eval q{use Net::OpenID::Consumer};
error($@) if $@;