Subject: | Tests are failing due to changes in YAML modules |
Probably due to changes in YAML modules (YAML.pm, YAML::Syck, YAML::XS) tests are failing:
http://www.cpantesters.org/cpan/report/57be3406-4a42-11ea-ae94-d5447bee13b4
http://blogs.perl.org/users/tinita/2020/01/making-yamlpm-yamlsyck-and-yamlxs-safer-by-default.html
# YAML::Syck
# Failed test 'CGI::Session::Test::SimpleObjectClass loaded successfully'
# at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.8-118-g16933d619f/3c10/lib/site_perl/5.31.9/CGI/Session/Test/Default.pm line 362.
Can't call method "name" on unblessed reference at
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.8-118-g16933d619f/3c10/lib/site_perl/5.31.9/CGI/Session/Test/Default.pm line 320 (#1)
(F) A method call must know in what package it's supposed to run. It
ordinarily finds this out from the object reference you supply, but you
didn't supply an object reference in this case. A reference isn't an
object reference until it has been blessed. See perlobj.