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

NAME

WebService::Google::Reader::Feed

DESCRIPTION

Subclass of XML::Atom::Feed.

METHODS

new

    $feed = WebService::Google::Reader::Feed->B<new>(%params)

init

    $feed->B<init>(%params)

continuation

    $string = $feed->B<continuation>

Returns the continuation string, if any is present.

count

The number of entries per fetch: defaults to 40.

entries

Override the method from XML::Atom::Feed to work around a bug.

SEE ALSO

XML::Atom::Feed