Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Sep 11, 2023
1 parent 0b07233 commit dc3ef8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/096-makefile_requirements.t
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ for my $file (@{$files}) {
delete $subs->{$mod};
next if _is_core_module($mod);
$all_used->{$mod} = 1;
next if $mod =~ /^5\./; # perl itself
next if $mod eq 'IO::Socket::SSL'; # optional
next if $mod eq 'Net::SSLeay'; # optional
next if $mod eq 'Mozilla::CA'; # optional
Expand Down

0 comments on commit dc3ef8e

Please sign in to comment.