karenetheridge / JSON-Schema-Modern

Validate data against a schema using a JSON Schema
https://metacpan.org/release/JSON-Schema-Modern/
Other
10 stars 1 forks source link

Can't enable unknown feature args_array_with_signatures #70

Closed eserte closed 2 years ago

eserte commented 2 years ago

The test suite fails on some of my smokers:

Can't enable unknown feature args_array_with_signatures at /home/cpansand/.cpan/build/2022022210/JSON-Schema-Modern-0.545-DKvFHZ/blib/lib/JSON/Schema/Modern/Vocabulary/Applicator.pm line 12.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2022022210/JSON-Schema-Modern-0.545-DKvFHZ/blib/lib/JSON/Schema/Modern/Vocabulary/Applicator.pm line 12.
Compilation failed in require at /usr/perl5.20.1Dp/lib/site_perl/5.20.1/Module/Runtime.pm line 317.
t/add-schema.t .......................... 
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run 
    # Failed test 'evaluation result is incorrect'
    # at t/additional-tests-draft2019-09.t line 37.
    # expected true; got false
... etc ...

It seems that the experimental prereq version has to be increased to 0.027.