Skip Menu |

This queue is for tickets about the MooseX-YAML CPAN distribution.

Report information
The Basics
Id: 131714
Status: resolved
Priority: 0/
Queue: MooseX-YAML

People
Owner: Nobody in particular
Requestors: TINITA [...] cpan.org
Cc: gregoa [...] cpan.org
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 0.05



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
Fixed in 0.05
On Mon Feb 10 21:51:09 2020, TINITA wrote: Show quoted text
> Fixed in 0.05
Repository is at: https://github.com/perlpunk/MooseX-YAML-p5 (I forgot to link to that in the META.yml)