NAME
Net::PubSubHubbub::Publisher - client library to ping a PubSubHubbub hub
OVERVIEW
my $publisher = Net::PubSubHubbub::Publisher->new(hub => $hub);
$publisher->publish_update($atom_topic_url);
CONSTRUCTOR
new
(hub => $hub[, ua => $ua])-
Takes a required hub URL, and an optional LWP::UserAgent instance.
METHODS
SEE ALSO
http://code.google.com/p/pubsubhubbub/ -- PubSubHubbub home
AUTHOR
Brad Fitzpatrick <brad@danga.com>