]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commit
Update IkiWiki::openiduser to work with Net::OpenID 2.x
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Sun, 21 Jun 2009 11:12:30 +0000 (12:12 +0100)
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Sun, 21 Jun 2009 11:13:23 +0000 (12:13 +0100)
commitc3dd0ff5c7c10743107f203a5b456fdcd1b171df
treee7e23fdc93aa4496adefa5abd50b443e3d2ecc61
parent56de6c7a1f977c079c3ca8780f516aa340fd51c8
Update IkiWiki::openiduser to work with Net::OpenID 2.x

openiduser previously used a constructor that no longer works in 2.x.
However, all we actually want is the (undocumented) DisplayOfURL function
that is invoked by the display method, so try to use that.
IkiWiki/Plugin/openid.pm