diff options
author | Steve Hay <SteveHay@planit.com> | 2006-11-24 15:44:23 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-11-24 15:44:23 +0000 |
commit | d59896ca6c1d3a7462df738d94bb6c55497a7e58 (patch) | |
tree | 89f0410fbf80d059f5332468b7cf9e128151dfd5 /lib | |
parent | 3172152a01f9c0f357576031e4ae16d0b3e3103c (diff) | |
download | perl-d59896ca6c1d3a7462df738d94bb6c55497a7e58.tar.gz |
Cleanup manifest file left by test script when using VC8
p4raw-id: //depot/perl@29375
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExtUtils/t/Embed.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ExtUtils/t/Embed.t b/lib/ExtUtils/t/Embed.t index a7ebaa2a9c..629dafb378 100644 --- a/lib/ExtUtils/t/Embed.t +++ b/lib/ExtUtils/t/Embed.t @@ -143,6 +143,7 @@ print "# embed_test = $embed_test\n"; $status = system($embed_test); print (($status? 'not ':'')."ok 9 # system returned $status\n"); unlink($exe,"embed_test.c",$obj); +unlink("$exe.manifest") if $cl and $Config{'ccversion'} =~ /^(\d+)/ and $1 >= 14; unlink("$exe$Config{exe_ext}") if $skip_exe; unlink("embed_test.map","embed_test.lis") if $^O eq 'VMS'; unlink(glob("./*.dll")) if $^O eq 'cygwin'; |