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.

ok 68 - META.yml not written to source dir
ok 69 - META.yml written to dist dir
ok 70 - temp META.yml file not left around
ok 71
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

Reply via email to