Skip to content

Commit b04e57b

Browse files
authored
Merge pull request #1286 from metacpan/oalders/docs
Don't assume an author is male
2 parents 3cfd0e9 + fea75b0 commit b04e57b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/MetaCPAN/Document/Author.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ sub _build_gravatar_url {
116116
# because we want to show the author's CPAN identity.
117117
# Using another e-mail than the CPAN one removes flexibility for
118118
# the author and ultimately could be a privacy leak.
119-
# The author can manage this identity both on his gravatar account
120-
# (by assigning an image to his author@cpan.org)
119+
# The author can manage this identity both on their gravatar account
120+
# (by assigning an image to their author@cpan.org)
121121
# and now by changing this URL from metacpa.org
122122
return Gravatar::URL::gravatar_url(
123123
email => $self->pauseid . '@cpan.org',

0 commit comments

Comments
 (0)