CC: | RENEEB [...] cpan.org |
Subject: | t/12_manifest.t started to fail |
t/12_manifest.t fails on my smoker systems:
...
# Failed test at /usr/perl5.28.1p/lib/site_perl/5.28.1/Test/CheckManifest.pm line 186.
# got: 0
# expected: 1
# The following files are not named in the MANIFEST file: /home/cpansand/.cpan/build/2019033118/HTML-Hyphenate-v1.1.1-0/_build/auto_features, /home/cpansand/.cpan/build/2019033118/HTML-Hyphenate-v1.1.1-0/_build/build_params, /home/cpansand/.cpan/build/2019033118/HTML-Hyphenate-v1.1.1-0/_build/cleanup, /home/cpansand/.cpan/build/2019033118/HTML-Hyphenate-v1.1.1-0/_build/config_data, /home/cpansand/.cpan/build/2019033118/HTML-Hyphenate-v1.1.1-0/_build/features, /home/cpansand/.cpan/build/2019033118/HTML-Hyphenate-v1.1.1-0/_build/magicnum, /home/cpansand/.cpan/build/2019033118/HTML-Hyphenate-v1.1.1-0/_build/notes, /home/cpansand/.cpan/build/2019033118/HTML-Hyphenate-v1.1.1-0/_build/prereqs, /home/cpansand/.cpan/build/2019033118/HTML-Hyphenate-v1.1.1-0/_build/runtime_params
# MANIFEST: /home/cpansand/.cpan/build/2019033118/HTML-Hyphenate-v1.1.1-0/MANIFEST
# Looks like you failed 1 test of 1.
t/12_manifest.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
...
This seems to happen if a newer versions of Test::CheckManifest is installed. Statistical analysis:
****************************************************************
Regression 'mod:Test::CheckManifest'
****************************************************************
Name Theta StdErr T-stat
[0='const'] 1.0000 0.0000 71634527318399304.00
[1='eq_1.31'] 0.0000 0.0000 0.63
[2='eq_1.32'] 0.0000 0.0000 3.78
[3='eq_1.33'] 0.0000 0.0000 0.00
[4='eq_1.38'] 0.0000 0.0000 0.00
[5='eq_1.41'] -1.0000 0.0000 -45305653087139104.00
[6='eq_1.42'] -1.0000 0.0000 -61090130160313096.00
R^2= 1.000, N= 89, K= 7
****************************************************************
@Renee: is this a Test-CheckManifest bug? Shouldn't files in _build be ignored automatically?