NAME
WWW::Blog::Metadata::MobileLinkDiscovery - Mobile Link Discovery plugin for WWW::Blog::Metadata
SYNOPSIS
use WWW::Blog::Metadata::MobileLinkDiscovery;
my $meta = WWW::Blog::Metadata->extract_from_uri($uri)
or die WWW::Blog::Metadata->errstr;
my $url = $meta->mobile_link;
my $type = $meta->mobile_link_type;
DESCRIPTION
WWW::Blog::Metadata::MobileLinkDiscovery is a plugin for WWW::Blog::Metadata to find Mobile Link Discovery tag within XHTML head.
AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.