From: Dave Rolsky Date: Mon, 8 Feb 2010 03:01:16 +0000 (-0600) Subject: Don't allow connecting to the net X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=41abfca21851c342bcd2c41be1b0d1d086bed98a;p=gitmo%2Fmoose-presentations.git Don't allow connecting to the net --- diff --git a/moose-class/exercises/install-moose b/moose-class/exercises/install-moose index 1867275..5a2de28 100755 --- a/moose-class/exercises/install-moose +++ b/moose-class/exercises/install-moose @@ -11,6 +11,7 @@ else { CPAN::Config->load(); } +$CPAN::Config->{connect_to_internet_ok} = 0; $CPAN::Config->{urllist} = [ 'file://' . File::Spec->catdir( abs_path(q{.}), 'moosepan' ) ];