From: Jarkko Hietaniemi Date: Mon, 21 May 2001 11:24:43 +0000 (+0000) Subject: Can't declare other people's variables. X-Git-Tag: accepted/trunk/20130322.191538~31894 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e32f58ddf9381cb5e34f48385bad38444fc7191e;p=platform%2Fupstream%2Fperl.git Can't declare other people's variables. p4raw-id: //depot/perl@10173 --- diff --git a/t/lib/b-stash.t b/t/lib/b-stash.t index 6991189..b5bfdf8 100644 --- a/t/lib/b-stash.t +++ b/t/lib/b-stash.t @@ -39,7 +39,7 @@ if ($Is_VMS) { $a =~ s/-uVMS,-uVMS::Filespec,//; $a =~ s/-uSocket,//; # Socket is optional/compiler version dependent } -use vars qw($OS2::is_aout); +$OS2::is_aout||=0; # to thwart warning (OS2 special extra magic variable) if (($Config{static_ext} eq ' ' || ($Config{static_ext} eq 'Socket' && $Is_VMS)) && !($^O eq 'os2' and $OS2::is_aout)