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

publish_update($topic_url)

Sends a ping that the provided Topic URL has been updated.

SEE ALSO

http://code.google.com/p/pubsubhubbub/ -- PubSubHubbub home

AUTHOR

Brad Fitzpatrick <brad@danga.com>