diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-06-18 18:57:30 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-06-18 18:57:30 +0000 |
commit | f788fe6d36db92946e0ca25d9653b059d0ac6d35 (patch) | |
tree | 88ab02472d468d7f79af6fef7a586fcd2c16bbfb /ext/IO | |
parent | 0658482a3cc08307f48dcbfb691cf3f009bd3320 (diff) | |
download | perl-f788fe6d36db92946e0ca25d9653b059d0ac6d35.tar.gz |
Case insensitive file systems are bad, m'kay
p4raw-id: //depot/perl@22959
Diffstat (limited to 'ext/IO')
-rw-r--r-- | ext/IO/t/IO.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IO/t/IO.t b/ext/IO/t/IO.t index e30fd5091f..388be4ed65 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; |