Skip to content

Commit

Permalink
no fatpack LWP
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed May 16, 2013
1 parent e42f4b5 commit d6b2e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/App/cpanminus/script.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2638,9 +2638,9 @@ sub has_working_lwp {
my($self, $mirrors) = @_;
my $https = grep /^https:/, @$mirrors;
eval {
require LWP::UserAgent;
require LWP::UserAgent; # no fatpack
LWP::UserAgent->VERSION(5.802);
require LWP::Protocol::https if $https;
require LWP::Protocol::https if $https; # no fatpack
1;
};
}
Expand Down

0 comments on commit d6b2e1b

Please sign in to comment.