summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorPrymmer/Kahn <pvhp@best.com>2001-05-04 00:31:01 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-04 14:37:20 +0000
commit841c0db2dbb9f4386c164614ebe77ba0790c6573 (patch)
tree8f8b446cc7ff953949d448858b30c6009bd52a56 /t
parent43d4bbc899d37eb18389db025e03eda26e08e8f7 (diff)
downloadperl-841c0db2dbb9f4386c164614ebe77ba0790c6573.tar.gz
let win32 run t/lib/b-stash.t
Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com> p4raw-id: //depot/perl@9990
Diffstat (limited to 't')
-rw-r--r--t/lib/b-stash.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/lib/b-stash.t b/t/lib/b-stash.t
index de439127bb..1603991513 100644
--- a/t/lib/b-stash.t
+++ b/t/lib/b-stash.t
@@ -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)