NAME
XML::Atom::Syndication::Person - class representing an Atom person construct
DESCRIPTION
A Person construct is an element that describes a person, corporation, or similar entity. The person construct is used to define an author or contributor.
METHODS
XML::Atom::Syndication::Generator is a subclass of XML::Atom::Syndication:::Object that it inherits a number of methods from. You should already be familar with this base class before proceeding.
All of these accessors return a string. You can set these elements by passing in an optional string.
- name
-
A human-readable name for the person. A person construct must contain one name element.
- uri
-
An IRI associated with the person.
-
An e-mail address associated with the person.
DEPRECATED
- url
-
This attribute was renamed
uri
in version 1.0 of the format.
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 14:
=begin without a target?
- Around line 71:
'=end' without a target?