Source
XML::Atom::Person - Author or contributor object
my $person = XML::Atom::Person->new;
$person->email('foo@example.com');
$person->name('Foo Bar');
$entry->author($person);
XML::Atom::Person represents an author or contributor element in an Atom feed or entry.
syntax highlighting: