Subject: | t/31sessions.t fails with YAML-1.30 |
After upgrading YAML 1.29 to 1.30, t/31sessions.t test fails like this:
ok 50 - opening new session 'the historically second'
# error while running '"/usr/bin/perl" "-I/home/test/fedora/perl-CPAN/CPAN-2.27/t" "-Mblib" "-MCPAN::MyConfig_46610" "-Mlocal_utils" "-MCPAN" "-e" "local_utils::dup_pid_inc(46610);" "-e" "@CPAN::Defaultsites = (); shell" > test-46610.out' on 'the historically second':
not ok 51 - cmd[get CPAN::Test::Dummy::Perl5::Make]
# Failed test 'cmd[get CPAN::Test::Dummy::Perl5::Make]'
# at t/31sessions.t line 562.
# 'CPAN: LWP::UserAgent loaded ok (v6.43)
# CPAN: URI::URL loaded ok (v5.04)
# CPAN: YAML loaded ok (v1.30)
# Reading '/home/test/fedora/perl-CPAN/CPAN-2.27/t/CPAN/authors/01mailrc.txt'
# Reading 11 yaml files from /home/test/fedora/perl-CPAN/CPAN-2.27/t/dot-cpan-46610/build/
# '
# doesn't match '/Has already been unwrapped/'
##9(the historically second)/0:{q['get CPAN::Test::Dummy::Perl5::Make']=>q['CPAN: LWP::UserAgent loaded ok (v6.43)
CPAN: URI::URL loaded ok (v5.04)
CPAN: YAML loaded ok (v1.30)
Reading \'/home/test/fedora/perl-CPAN/CPAN-2.27/t/CPAN/authors/01mailrc.txt\'
Reading 11 yaml files from /home/test/fedora/perl-CPAN/CPAN-2.27/t/dot-cpan-46610/build/
']}
not ok 52 - cmd[make CPAN/Test/Dummy/Perl5/Make.pm]
# Failed test 'cmd[make CPAN/Test/Dummy/Perl5/Make.pm]'
# at t/31sessions.t line 562.
# 'Reading '/home/test/fedora/perl-CPAN/CPAN-2.27/t/CPAN/authors/01mailrc.txt'
# ............................................................................DONE
[...]
Test Summary Report
-------------------
t/31sessions.t (Wstat: 7168 Tests: 92 Failed: 28)
Failed tests: 51-61, 63-66, 68, 71, 74, 77-82, 84, 89-91
Non-zero exit status: 28
This is probably triggered by this <https://github.com/ingydotnet/yaml-pm/commit/7736f38bd02e4f9f77d5468721e3be3d7b34a8ec> YAML change.