Subject: | t/basic.t does not run with the new EU::MM |
I have EUMM 6.50 installed on HPUX with perl 5.8.0. I'm upgrading to
6.54 using the CPAN shell 1.9304.
It looks like test t/basic.t (maybe others too) is running using the
installed EU::MM instead of the new one. This makes t/basic.t fail as
the META.yml 'generated_by' is not the expected one.
t/basic.t ............... 61/79
# Failed test at t/basic.t line 255.
# got: '--- #YAML:1.0
# name: Big-Dummy
# version: 0.01
# abstract: Try "our" hot dog's
# author:
# - Michael G Schwern <schwern@pobox.com>
# license: unknown
# distribution_type: module
# configure_requires:
# ExtUtils::MakeMaker: 0
# build_requires:
# ExtUtils::MakeMaker: 0
# requires:
# strict: 0
# no_index:
# directory:
# - t
# - inc
# generated_by: ExtUtils::MakeMaker version 6.50
# meta-spec:
# url: http://module-build.sourceforge.net/META-spec-v1.4.html
# version: 1.4
# '
# expected: '--- #YAML:1.0
# name: Big-Dummy
# version: 0.01
# abstract: Try "our" hot dog's
# author:
# - Michael G Schwern <schwern@pobox.com>
# license: unknown
# distribution_type: module
# configure_requires:
# ExtUtils::MakeMaker: 0
# build_requires:
# ExtUtils::MakeMaker: 0
# requires:
# strict: 0
# no_index:
# directory:
# - t
# - inc
# generated_by: ExtUtils::MakeMaker version 6.54
# meta-spec:
# url: http://module-build.sourceforge.net/META-spec-v1.4.html
# version: 1.4
# '