From: Jarkko Hietaniemi Date: Tue, 20 Feb 2001 15:34:41 +0000 (+0000) Subject: The #8843 wasn't quite right: %Config needs to imported. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e069d1ca5f35f504fdba3c758c942665839fd433;p=p5sagit%2Fp5-mst-13.2.git The #8843 wasn't quite right: %Config needs to imported. p4raw-id: //depot/perl@8847 --- diff --git a/t/run/runenv.t b/t/run/runenv.t index 379f6be..a59ad26 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;