projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
438cc60
)
The #8843 wasn't quite right: %Config needs to imported.
Jarkko Hietaniemi [Tue, 20 Feb 2001 15:34:41 +0000 (15:34 +0000)]
p4raw-id: //depot/perl@8847
t/run/runenv.t
patch
|
blob
|
blame
|
history
diff --git
a/t/run/runenv.t
b/t/run/runenv.t
index
379f6be
..
a59ad26
100644
(file)
--- a/
t/run/runenv.t
+++ b/
t/run/runenv.t
@@
-7,6
+7,7
@@
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
+ require Config; import Config;
unless ($Config{'d_fork'}) {
print "1..0 # Skip: no fork\n";
exit 0;