forked from andk/cpanpm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds support for HTTP::Lite as a pure-perl fallback option if LWP is not installed. HTTP::Lite (and MIME::Base64 and Digest::MD5) have been added as prerequisites. As a result of this change, HTTP::Lite will need to be added to the Perl 5 core. This will allow CPAN to bootstrap LWP (and the rest of Bundle::CPAN) over http without reliance on external commands. Jesse Vincent has said this feature is a major goal for Perl 5.14. The CPAN::HTTP::Lite module provides limited support for redirection and authentication for HTTP::Lite, which does not natively support them, and an API consistent with CPAN::LWP::UserAgent. This patch changes auto-mirror selection to prefer 'http' over 'ftp' mirrors.
- Loading branch information
Showing
10 changed files
with
361 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
* add support for (and prerequisite on) HTTP::Lite; also adds | ||
prerequisites for MIME::Base64 and Digest::MD5 to support | ||
proxy authentication | ||
|
||
* automatic mirror selection now returns only http mirrors | ||
|
||
2010-10-26 Andreas J. Koenig <[email protected]> | ||
|
||
* release 1.94_62 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.