Changes between Version 9 and Version 10 of DownloadCPAN
- Timestamp:
- 03/07/11 08:44:44 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadCPAN
v9 v10 13 13 === Corporate Proxy === 14 14 15 People behind a (corporate) proxy will not be able to access the CPAN servers directly. 16 First they need to tell the CPAN client which proxy to use. 17 For this, launch the cpan client by typing '''cpan''' on the command line. 18 You should get a cpan> prompt and in there type the following: (obviously replace 19 the address of the proxy server with the one you have in your company). 20 15 21 {{{ 16 $ cpan17 22 cpan> o conf http_proxy http://proxy.corporate.com:8080 18 23 cpan> o conf commit … … 20 25 }}} 21 26 27 Once you did this the cpan command should work. 22 28 23 29 === WxWidgets and WxPerl ===
