Skip to content

Commit fec6578

Browse files
committed
also cache lack of email to pauseid mapping
1 parent 6bc9522 commit fec6578

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/MetaCPAN/Script/Role/Contributor.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ sub get_contributors {
212212
$email_mapping->{$_} //= $pauseid
213213
for ref $emails ? @$emails : $emails;
214214
}
215+
216+
$email_mapping->{$_} //= undef for @fetch_email;
215217
}
216218

217219
for my $email ( keys %want_email ) {

0 commit comments

Comments
 (0)