The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::Blog::Metadata::AccountAutoDiscovery - Extract online accounts from weblog

SYNOPSIS

  use WWW::Blog::Metadata;
  my $meta = WWW::Blog::Metadata->extract_from_uri($uri)
      or die WWW::Blog::Metadata->errstr;
  my @online_accounts = $meta->online_accounts;

  print $online_accounts[0]->{account};
  print $online_accounts[0]->{service};

DESCRIPTION

WWW::Blog::Metadata::AccountAutoDiscovery is a WWW::Blog::Metadata plugin to extract online accounts of a weblog author.

SEE ALSO

AUTHOR

Kentaro Kuribayashi, <kentaro@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Kentaro Kuribayashi

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

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 46:

'=item' outside of any '=over'

Around line 50:

You forgot a '=back' before '=head1'