NAME

XML::Atom::Syndication::Entry - class representing an Atom entry

DESCRIPTION

METHODS

XML::Atom::Syndication::Entry is a subclass of XML::Atom::Syndication:::Thing that it inherits numerous methods from in addition to implementing some of its own. You should already be familar with those that class and its base class XML::Atom::Syndication::Object before proceeding.

The methods specific to this class are as follows:

$entry->content($body)

Contains or links to the content of the entry. $body must be a string or XML::Atom::Syndication::Content object.

NOTE: Content handling is currently not Atom 1.0 compliant.

ELEMENT ACCESSORS

The following known Atom elements can be accessed through objects of this class. See ELEMENT ACCESSORS in XML::Atom::Syndication::Object for more detail.

id

A permanent, universally unique identifier for an entry or feed.

published

A date indicating an instance in time associated with an event early in the life of the entry. Dates values MUST conform to the "date-time" production in [RFC3339].

rights

Conveys information about rights held in and over an entry or feed.

summary

Conveys a short summary, abstract, or excerpt of an entry.

title

Conveys a human-readable title for an entry or feed.

updated

The most recent instance in time when an entry or feed was modified in a way the publisher considers significant. Dates values MUST conform to the "date-time" production in [RFC3339].

AUTHOR & COPYRIGHT

Please see the XML::Atom::Syndication manpage for author, copyright, and license information.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 25:

=begin without a target?

Around line 103:

'=end' without a target?