From: Jarkko Hietaniemi Date: Sun, 20 May 2001 20:18:45 +0000 (+0000) Subject: The OS/2 variable needs to be declared. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c770b8dce624dbd0ea2e6a7fec22a90af1cf0ce3;p=p5sagit%2Fp5-mst-13.2.git The OS/2 variable needs to be declared. p4raw-id: //depot/perl@10171 --- diff --git a/t/lib/b-stash.t b/t/lib/b-stash.t index 947a2ad..6991189 100644 --- a/t/lib/b-stash.t +++ b/t/lib/b-stash.t @@ -39,6 +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); if (($Config{static_ext} eq ' ' || ($Config{static_ext} eq 'Socket' && $Is_VMS)) && !($^O eq 'os2' and $OS2::is_aout)