Case insensitive file systems are bad, m'kay
Nicholas Clark [Fri, 18 Jun 2004 18:57:30 +0000 (18:57 +0000)]
p4raw-id: //depot/perl@22959

ext/IO/t/IO.t

index e30fd50..388be4e 100644 (file)
@@ -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;