From: Nicholas Clark Date: Fri, 18 Jun 2004 18:57:30 +0000 (+0000) Subject: Case insensitive file systems are bad, m'kay X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f788fe6d36db92946e0ca25d9653b059d0ac6d35;p=p5sagit%2Fp5-mst-13.2.git Case insensitive file systems are bad, m'kay p4raw-id: //depot/perl@22959 --- diff --git a/ext/IO/t/IO.t b/ext/IO/t/IO.t index e30fd50..388be4e 100644 --- a/ext/IO/t/IO.t +++ b/ext/IO/t/IO.t @@ -4,7 +4,7 @@ BEGIN { chdir 't' if -d 't'; @INC = '../lib'; - require config; + require Config; if ($Config::Config{'extensions'} !~ /\bSocket\b/) { print "1..0 # Skip: Socket not built - IO.pm uses Socket"; exit 0;