Subject: | Can't locate object method "is_status_class" via package "Mojo::Message::Response" |
Mojolicious 7.31 removed a number of functions and methods, see https://metacpan.org/source/SRI/Mojolicious-7.31/Changes#L3
Test suite currently fails:
...
Can't locate object method "is_status_class" via package "Mojo::Message::Response" at t/../lib/MojoX/JSON/RPC/Client.pm line 111.
# Looks like your test exited with 255 just after 2.
t/basic.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 34/36 subtests
Can't locate object method "is_status_class" via package "Mojo::Message::Response" at t/../lib/MojoX/JSON/RPC/Client.pm line 111.
# Looks like your test exited with 255 just after 1.
t/exception.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/3 subtests
Can't locate object method "is_status_class" via package "Mojo::Message::Response" at t/../lib/MojoX/JSON/RPC/Client.pm line 111.
# Looks like your test exited with 255 just after 1.
t/lite_app.t ...
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/2 subtests
...