.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "XML::Atom::Person 3pm" .TH XML::Atom::Person 3pm 2024-07-13 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME XML::Atom::Person \- Author or contributor object .SH SYNOPSIS .IX Header "SYNOPSIS" .Vb 4 \& my $person = XML::Atom::Person\->new; \& $person\->email(\*(Aqfoo@example.com\*(Aq); \& $person\->name(\*(AqFoo Bar\*(Aq); \& $entry\->author($person); .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fIXML::Atom::Person\fR represents an author or contributor element in an Atom feed or entry. .SH USAGE .IX Header "USAGE" .SS XML::Atom::Person\->new .IX Subsection "XML::Atom::Person->new" .ie n .SS "$person\->email([ $email ])" .el .SS "\f(CW$person\fP\->email([ \f(CW$email\fP ])" .IX Subsection "$person->email([ $email ])" .ie n .SS "$person\->name([ $name ])" .el .SS "\f(CW$person\fP\->name([ \f(CW$name\fP ])" .IX Subsection "$person->name([ $name ])" .ie n .SS "$person\->uri([ $uri ])" .el .SS "\f(CW$person\fP\->uri([ \f(CW$uri\fP ])" .IX Subsection "$person->uri([ $uri ])"