Craig A. Berry wrote: > On Nov 28, 2007 6:04 PM, Michael G Schwern <[EMAIL PROTECTED]> wrote: >> 6.37_03 tested well. Releasing it a 6.38. >> http://pobox.com/~schwern/src/ExtUtils-MakeMaker-6.38.tar.gz > > Looks mostly good on VMS but for some reason in basic.t the YAML tests > get a space between the name and the colon, as below. For now just a > report -- I'll try to dig into it later.
That's really, really, really weird. Especially because the META.yml line are generated in a couple of different ways and the file is read in by the test very simply without any muckery. What version of perl is this? > ok 72 > not ok 73 > # Failed test at [-.lib.extutils.t]basic.t line 257. > # got: '--- #YAML:1.0 > # name : Big-Dummy > # version : 0.01 > # abstract : Try "our" hot dog's > # license : ~ > # author : > # - Michael G Schwern <[EMAIL PROTECTED]> > # generated_by : ExtUtils::MakeMaker version 6.38 > # distribution_type : module > # requires : > # strict : 0 > # meta-spec: > # url : http://module-build.sourceforge.net/META-spec-v1.3.html > # version : 1.3 > # ' > # expected: '--- #YAML:1.0 > # name: Big-Dummy > # version: 0.01 > # abstract: Try "our" hot dog's > # license: ~ > # author: > # - Michael G Schwern <[EMAIL PROTECTED]> > # generated_by: ExtUtils::MakeMaker version 6.38 > # distribution_type: module > # requires: > # strict: 0 > # meta-spec: > # url: http://module-build.sourceforge.net/META-spec-v1.3.html > # version: 1.3 > # ' > ok 74 > ok 75 - META.yml deleted > -- THIS I COMMAND!