The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Alltop::OPML - Create an OPML document that contains WWW::Alltop feeds

SYNOPSIS

  use WWW::Alltop::OPML;

  my $ad = WWW::Alltop::OPML->new;
  print $ad->generate_opml;

DESCRIPTION

A subclass of WWW::Alltop, this generates an OPML document containing data from Alltop.com

ATTRIBUTES

logger

A Log::Log4Perl logger. Defaults to Log::Log4perl->get_logger. Best used when logging $ALL output.

num_per_topic

For specifying how many of each topic to retrieve. Defaults to the top 4 per topic.

debug

When true, only generates a small subset of the topics. This is useful when debugging the output of the opml.

METHODS

generate_opml()

Generates the OPML, based on the settings the object has.

AUTHOR

Josh Braegger <rckclmbr@gmail.com> for http://notify.me/

SEE ALSO

WWW::Alltop