NAME

WWW::Blog::Metadata::OpenID - Extract OpenID server from weblog

SYNOPSIS

use WWW::Blog::Metadata;
my $meta = WWW::Blog::Metadata->extract_from_uri($uri)
    or die WWW::Blog::Metadata->errstr;
print $meta->openid_server;
print $meta->openid_delegate;

DESCRIPTION

WWW::Blog::Metadata::OpenID is a WWW::Blog::Metadata plugin to extract OpenID server URL from weblog HTML.

AUTHOR

Tatsuhiko Miyagawa <miyagawa@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

WWW::Blog::Metadata Net::OpenID::Consumer http://www.openid.net/