aboutsummaryrefslogtreecommitdiff
path: root/Bundle
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-05-09 14:00:48 -0400
committerJoey Hess <joey@kitenet.net>2011-05-09 14:00:48 -0400
commit825f81340a823c9626839fbba574e5a3d7c409fa (patch)
treec010115b80fcb15b576eeb225f03e7ad3e1b9060 /Bundle
parentcb252846903c034feae1921f75236f784793f080 (diff)
downloadikiwiki-825f81340a823c9626839fbba574e5a3d7c409fa.tar
ikiwiki-825f81340a823c9626839fbba574e5a3d7c409fa.tar.gz
aggregate, pinger: Use Net::INET6Glue if available to support making ipv6 connections.
Making outgoing ipv6 connections for openid auth is still broken; the glue module does not seem to solve that, so I did not make openid use it.
Diffstat (limited to 'Bundle')
-rw-r--r--Bundle/IkiWiki/Extras.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bundle/IkiWiki/Extras.pm b/Bundle/IkiWiki/Extras.pm
index 30bc8eee4..070305731 100644
--- a/Bundle/IkiWiki/Extras.pm
+++ b/Bundle/IkiWiki/Extras.pm
@@ -35,6 +35,7 @@ Term::ReadLine::Gnu
HTML::Tree
Sort::Naturally
Gravatar::URL
+Net::INET6Glue
=head1 AUTHOR