summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2002-05-28 17:43:12 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-28 13:23:03 +0000
commit29c2e10b646568439f261863b569e814d4538b73 (patch)
tree33f6ec8bafe053aa018d1fddb92bfbdea7d43778 /lib
parent76589481ae6732624713d707581bc3c71f1dde5b (diff)
downloadperl-29c2e10b646568439f261863b569e814d4538b73.tar.gz
Embed.t fails on Win32
From: "Yves Orton" <demerphq@hotmail.com> Message-ID: <F170zgYLowspDKicUbv0000b23d@hotmail.com> p4raw-id: //depot/perl@16833
Diffstat (limited to 'lib')
-rw-r--r--lib/ExtUtils/t/Embed.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/ExtUtils/t/Embed.t b/lib/ExtUtils/t/Embed.t
index 40253182d1..6cb5cff640 100644
--- a/lib/ExtUtils/t/Embed.t
+++ b/lib/ExtUtils/t/Embed.t
@@ -73,10 +73,8 @@ if ($^O eq 'VMS') {
push(@cmd,"-L$lib",File::Spec->catfile($lib,$Config{'libperl'}),$Config{'libc'});
}
}
- else {
+ else { # Not MSWin32.
push(@cmd,"-L$lib",'-lperl');
- }
- {
local $SIG{__WARN__} = sub {
warn $_[0] unless $_[0] =~ /No library found for .*perl/
};