H.Merijn Brand wrote:
In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/9015f106ca44d85a41de1dff0449121b4537b1a8?hp=75cdbdc152433e4bc6f06e7f9795d8b06558159d>
- Log -----------------------------------------------------------------
commit 9015f106ca44d85a41de1dff0449121b4537b1a8
Author: David Golden <[email protected]>
Date: Mon Jun 29 20:26:26 2009 -0400
Updating ExtUtils::CBuilder to 0.26
Two things are needed from https://rt.cpan.org/Ticket/Display?id=42155
On VMS the 01-basic.t and 02-link.t leaving behind files named
COMPILET.LIS when they run.
if ($^O eq 'VMS') {
1 while unlink 'COMPILET.LIS';
}
The new 00-have-compiler.t may also need this change. I am still
preparing to do a build of blead tonight.
Regards,
-John
[email protected]
Personal Opinion Only