On Tue, Jul 14, 2009 at 6:01 PM, Michael G Schwern<schwern@pobox.com> wrote: > Steve Hay wrote: >> Failures: (common-args) -DINST_TOP=$(INST_DRV)\Smoke\doesntexist >> ../lib/ExtUtils/t/arch_check.t..............................FAILED >> 3-4, 8-9 >> ../lib/ExtUtils/t/xs.t......................................FAILED >> 4-5 > > MakeMaker 6.55_01 with Jan's fixes for both of those is on the way out the door. and broke all extension building on VMS because it put whitespace before a comment character in the generated Makefiles. The attached patch fixes this and is in blead at <http://perl5.git.perl.org/perl.git/commitdiff/4facedc> and in the MakeMaker github repository at <http://github.com/schwern/extutils-makemaker/commit/85e69d3d74e3307b2b73d913b5bc424860efac8a> I did not touch any version numbers as I trust we will get 6.55_02 RSN.