We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7eef45c + 73203a7 commit 7746879Copy full SHA for 7746879
lib/LWP/Protocol/https.pm
@@ -29,7 +29,7 @@ sub _extra_sock_opts
29
require Mozilla::CA;
30
};
31
if ($@) {
32
- if ($@ =! /^Can't locate Mozilla\/CA\.pm/) {
+ if ($@ =~ /^Can't locate Mozilla\/CA\.pm/) {
33
$@ = <<'EOT';
34
Can't verify SSL peers without knowing which Certificate Authorities to trust
35
0 commit comments