| XML-Atom-Syndication documentation | Contained in the XML-Atom-Syndication distribution. |
| XML-Atom-Syndication documentation | Contained in the XML-Atom-Syndication distribution. |
package XML::Atom::Syndication::Person; use strict; use base qw( XML::Atom::Syndication::Object ); XML::Atom::Syndication::Person->mk_accessors('element', 'name', 'email', 'uri'); XML::Atom::Syndication::Person->mk_accessors('element', 'url') ; # deprecated 0.3 accessors 1; __END__