Subject: | Tests are failing with newest YAML|YAML::Syck||YAML::XS |
Because of the changes in YAML.pm, YAML::Syck and YAML::XS, tests are now failing:
http://blogs.perl.org/users/tinita/2020/01/making-yamlpm-yamlsyck-and-yamlxs-safer-by-default.html
http://www.cpantesters.org/cpan/report/35b6dcc8-4a01-11ea-bcac-a0ec0806a6f0
# Failed test 'A reference of type 'HASH' isa 'Foo''
# at t/basic.t line 29.
# The reference of type 'HASH' isn't a 'Foo'
Can't call method "oh" on unblessed reference at t/basic.t line 31.
# Looks like your test exited with 255 just after 2.
t/basic.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/2 subtests
# Failed test 'A reference of type 'HASH' isa 'Foo''
# at t/fq.t line 29.
# The reference of type 'HASH' isn't a 'Foo'
Can't call method "oh" on unblessed reference at t/fq.t line 31.
# Looks like your test exited with 255 just after 2.
t/fq.t .....
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/2 subtests