From fea75b0841a4a53605e285635dd0d4e5bec70241 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Tue, 8 Oct 2024 10:19:00 -0400 Subject: [PATCH] Don't assume an author is male --- lib/MetaCPAN/Document/Author.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/MetaCPAN/Document/Author.pm b/lib/MetaCPAN/Document/Author.pm index 72b487174..48296bb18 100644 --- a/lib/MetaCPAN/Document/Author.pm +++ b/lib/MetaCPAN/Document/Author.pm @@ -116,8 +116,8 @@ sub _build_gravatar_url { # because we want to show the author's CPAN identity. # Using another e-mail than the CPAN one removes flexibility for # the author and ultimately could be a privacy leak. - # The author can manage this identity both on his gravatar account - # (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) # and now by changing this URL from metacpa.org return Gravatar::URL::gravatar_url( email => $self->pauseid . '@cpan.org',