projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0658482
)
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
patch
|
blob
|
blame
|
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 config;
+ require Config;
if ($Config::Config{'extensions'} !~ /\bSocket\b/) {
print "1..0 # Skip: Socket not built - IO.pm uses Socket";
exit 0;