Loading lib/mk-ca-bundle.pl +1 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,7 @@ unless ($opt_n and -e $txt) { print "Downloading '$txt' ...\n" if (!$opt_q); my $ua = new LWP::UserAgent(agent => "$0/$version"); $ua->env_proxy(); $resp = $ua->mirror($url, $txt); } Loading Loading
lib/mk-ca-bundle.pl +1 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,7 @@ unless ($opt_n and -e $txt) { print "Downloading '$txt' ...\n" if (!$opt_q); my $ua = new LWP::UserAgent(agent => "$0/$version"); $ua->env_proxy(); $resp = $ua->mirror($url, $txt); } Loading