From: Jarkko Hietaniemi Date: Wed, 23 May 2001 21:19:51 +0000 (+0000) Subject: Use the new use vars feature. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f9b690dc98235f583fca7fd889f3d2b89526ce59;p=p5sagit%2Fp5-mst-13.2.git Use the new use vars feature. p4raw-id: //depot/perl@10179 --- diff --git a/t/lib/b-stash.t b/t/lib/b-stash.t index b5bfdf8..d0ae76a 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 } -$OS2::is_aout||=0; # to thwart warning (OS2 special extra magic variable) +use vars '$OS2::is_aout'; if (($Config{static_ext} eq ' ' || ($Config{static_ext} eq 'Socket' && $Is_VMS)) && !($^O eq 'os2' and $OS2::is_aout)