From: Dave Rolsky Date: Mon, 8 Feb 2010 03:03:57 +0000 (-0600) Subject: Add some notes about proxies and windows X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=375fa9287b8eb7e9400f22743b2e4521c2899525;p=gitmo%2Fmoose-presentations.git Add some notes about proxies and windows --- diff --git a/moose-class/exercises/README b/moose-class/exercises/README index 524ad39..a31807c 100644 --- a/moose-class/exercises/README +++ b/moose-class/exercises/README @@ -46,6 +46,21 @@ This assumes that you have already configured the CPAN shell on your system in the past. If you haven't, it may still work, or it may prompt you for a bunch of configuration items first. +This script may try to connect to the net (even though it shouldn't). If you +are behind a firewal that requires a proxy for http, this may cause the script +to simply hang. + +In that case, try setting the "http_proxy" environment variable to appropriate +value before running the script. + +WINDOWS USERS +============ + +The above installation script may only work with strawberry perl, and has not +been tested with ActiveState. + +If you are using ActiveState, please install Moose from an appropriate PPM +repository. EXERCISES HOW-TO ================