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

NAME

POE::Component::BlogCloud::Update - Represents an update to a weblog

SYNOPSIS

    ## In a ReceivedUpdate handler...
    my($update) = $_[ ARG0 ];
    print "Weblog ", $update->uri, " updated at ", $update->updated_at, "\n";

DESCRIPTION

POE::Component::BlogCloud::Update represents an update to a weblog received through the blo.gs streaming cloud server.

USAGE

$update->uri

The URI of the weblog.

$update->name

The name of the weblog.

$update->feed_uri

The feed URI for the weblog.

$update->updated_at

A DateTime object representing the date and time at which the weblog was updated.

$update->service

The service through which the update was found.

AUTHOR & COPYRIGHT

Please see the POE::Component::BlogCloud manpage for author, copyright, and license information.