in reply to Re: Force cpanpLUS to not use LWP
in thread Force cpanpLUS to not use LWP

Nice thought, but that appears to be related to prefering tar/gzip... to Archive::../Compress::... not wget

Replies are listed 'Best First'.
Re^3: Force cpanpLUS to not use LWP
by zwon (Abbot) on Jul 21, 2011 at 11:23 UTC

    If you look into source of CPANPLUS::Internals::Fetch you will see that it sets $File::Fetch::PREFER_BIN depending on value of prefer_bin. Unfortunately after looking into File::Fetch source I see that this is TODO variable and is not actually used. Well, you just need to implement this functionality in File::Fetch ;)