let win32 run t/lib/b-stash.t
authorPrymmer/Kahn <pvhp@best.com>
Fri, 4 May 2001 07:31:01 +0000 (00:31 -0700)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 4 May 2001 14:37:20 +0000 (14:37 +0000)
Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@9990

t/lib/b-stash.t

index de439127bb5a1310788f1acf9c9b7b63ed92b2f5..16039915130e3dd6e410f8ae36c846239aaae7e5 100644 (file)
@@ -32,7 +32,8 @@ $a =~ s/-u(PerlIO|open)(?:::\w+)?,//g if defined $Config{'useperlio'} and $Confi
 $a =~ s/-uWin32,// if $^O eq 'MSWin32';
 $a =~ s/-u(Cwd|File|File::Copy|OS2),//g if $^O eq 'os2';
 $a =~ s/-uCwd,// if $^O eq 'cygwin';
-if ($Config{static_ext} eq ' ') {
+if ($Config{static_ext} eq ' ' ||
+    $Config{static_ext} eq 'DynaLoader') {
   $b = '-uCarp,-uCarp::Heavy,-uDB,-uExporter,-uExporter::Heavy,-uattributes,'
      . '-umain,-ustrict,-uutf8,-uwarnings';
   if (ord('A') == 193) { # EBCDIC sort order is qw(a A) not qw(A a)