The OS/2 variable needs to be declared.
Jarkko Hietaniemi [Sun, 20 May 2001 20:18:45 +0000 (20:18 +0000)]
p4raw-id: //depot/perl@10171

t/lib/b-stash.t

index 947a2ad..6991189 100644 (file)
@@ -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)