Subject: | one of test is failing |
Since perl-5.10.1 I can't pass 'make test'. The problematic test is in
t/10same-config.t -> "not ok 788 - Value for key 'git_commit_id_title'
same in both configs."
I noticed that this error message was also reported by smoke testers, so
it might be dependent on some change in perl core.
t/00podcover.t ..... ok
Use of uninitialized value $value in scalar chomp at
lib/ExtUtils/InferConfig.pm line 177.
Use of uninitialized value $value in string eq at
lib/ExtUtils/InferConfig.pm line 179.
Use of uninitialized value $value in substitution (s///) at
lib/ExtUtils/InferConfig.pm line 183.
# Failed test 'Value for key 'git_commit_id_title' same in both configs.'
# at t/10same-config.t line 45.
# got: undef
# expected: ''
# Looks like you failed 1 test of 2274.
t/10same-config.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2274 subtests
t/20same-inc.t ..... ok