diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-20 15:34:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-20 15:34:41 +0000 |
commit | e069d1ca5f35f504fdba3c758c942665839fd433 (patch) | |
tree | d979769a1f39ae0a4d815bc1fa3984d7c0a46a96 /t/run | |
parent | 438cc6089d922e42fd6635c1b8212ad034402745 (diff) | |
download | perl-e069d1ca5f35f504fdba3c758c942665839fd433.tar.gz |
The #8843 wasn't quite right: %Config needs to imported.
p4raw-id: //depot/perl@8847
Diffstat (limited to 't/run')
-rw-r--r-- | t/run/runenv.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/run/runenv.t b/t/run/runenv.t index 379f6be380..a59ad26f35 100644 --- 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; |