Skip to content

Commit

Permalink
also cache lack of email to pauseid mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Nov 23, 2024
1 parent 6bc9522 commit fec6578
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/MetaCPAN/Script/Role/Contributor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ sub get_contributors {
$email_mapping->{$_} //= $pauseid
for ref $emails ? @$emails : $emails;
}

$email_mapping->{$_} //= undef for @fetch_email;
}

for my $email ( keys %want_email ) {
Expand Down

0 comments on commit fec6578

Please sign in to comment.