Skip to content

Commit d57f055

Browse files
committed
fixed
1 parent 68c5465 commit d57f055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/stealth.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ sub check_tld {
166166
#
167167
# extract domains from entity email addresses
168168
#
169-
foreach my $email (map { $_->value } map { @{$_->jcard->properties('email') } } $rdap->entities) {
169+
foreach my $email (map { $_->value } map { $_->jcard->properties('email') } $rdap->entities) {
170170
push(@domains, $PSL->get_root_domain(Email::Address::XS->parse($email)->host));
171171
}
172172

0 commit comments

Comments
 (0)