We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cfd0e9 + fea75b0 commit b04e57bCopy full SHA for b04e57b
lib/MetaCPAN/Document/Author.pm
@@ -116,8 +116,8 @@ sub _build_gravatar_url {
116
# because we want to show the author's CPAN identity.
117
# Using another e-mail than the CPAN one removes flexibility for
118
# 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)
+ # The author can manage this identity both on their gravatar account
+ # (by assigning an image to their author@cpan.org)
121
# and now by changing this URL from metacpa.org
122
return Gravatar::URL::gravatar_url(
123
email => $self->pauseid . '@cpan.org',
0 commit comments