projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0658482
)
Case insensitive file systems are bad, m'kay
author
Nicholas Clark
<nick@ccl4.org>
Fri, 18 Jun 2004 18:57:30 +0000
(18:57 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 18 Jun 2004 18:57:30 +0000
(18:57 +0000)
p4raw-id: //depot/perl@22959
ext/IO/t/IO.t
patch
|
blob
|
history
diff --git
a/ext/IO/t/IO.t
b/ext/IO/t/IO.t
index
e30fd50
..
388be4e
100644
(file)
--- 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
c
onfig;
+ require
C
onfig;
if ($Config::Config{'extensions'} !~ /\bSocket\b/) {
print "1..0 # Skip: Socket not built - IO.pm uses Socket";
exit 0;