NAME
XML::Atom::Syndication::Generator - class representing the Atom feed generator
DESCRIPTION
Identifies the agent used to generate a feed, for debugging and other purposes.
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 familiar with this base class before proceeding.
All of these accessors return a string. You can set these attributes by passing in an optional string.
- uri
-
An IRI reference [RFC3987] that should return a representation that is relevant to the generating agent.
- version
-
Indicates the version of the generating agent.
- agent
-
The contents of the tagset, a human-readable name for the generating agent.
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 29:
=begin without a target?
- Around line 84:
'=end' without a target?