Ken pointed out that CBuilder's cleanup is too agrressive
authorSteve Hay <SteveHay@planit.com>
Mon, 25 Jul 2005 14:34:12 +0000 (14:34 +0000)
committerSteve Hay <SteveHay@planit.com>
Mon, 25 Jul 2005 14:34:12 +0000 (14:34 +0000)
commit5c71b354394b716d454ace0c48305ad74467e50e
tree7868c6650262ef5473b8a5f7c2680a4ebdfd5834
parentdf76848ee32b55bf5d182b087f9159faa8bd33f8
Ken pointed out that CBuilder's cleanup is too agrressive

The Windows compile() and link() methods bizarrely include their own
output files in the list of files to be cleaned up.  Now that they
actually are being cleaned up, this isn't ideal ;-)

Stop compile() and link() from cleaning up their own output, and
reinstate the explicit deletion of those output files in the test
scripts.

p4raw-id: //depot/perl@25225
lib/ExtUtils/CBuilder/Platform/Windows.pm
lib/ExtUtils/CBuilder/t/01-basic.t
lib/ExtUtils/CBuilder/t/02-link.t
lib/ExtUtils/ParseXS/t/basic.t