projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a31a65c
)
Last patch broke this slightly because INC was wrong.
Artur Bergman [Sat, 7 Jun 2003 13:27:01 +0000 (13:27 +0000)]
p4raw-id: //depot/perl@19707
ext/threads/t/thread.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/threads/t/thread.t
b/ext/threads/t/thread.t
index
f0d8936
..
c58ce00
100644
(file)
--- a/
ext/threads/t/thread.t
+++ b/
ext/threads/t/thread.t
@@
-1,7
+1,7
@@
BEGIN {
chdir 't' if -d 't';
- push @INC, '../lib';
+ push @INC, '../lib','.';
require Config; import Config;
unless ($Config{'useithreads'}) {
print "1..0 # Skip: no useithreads\n";