Subject: | Fails with older HTTP::Message |
Tests fail if older HTTP::Message is installed:
...
# Failed test 'No tests run for subtest "Simple Storing"'
# at t/02_store_respone.t line 67.
Undefined subroutine &HTTP::Status::is_cacheable_by_default called at /usr/home/eserte/.cpan/build/2018040821/HTTP-Caching-0.12-2/blib/lib/HTTP/Caching.pm line 807.
# Looks like your test exited with 255 just after 1.
t/02_store_respone.t .................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
... (etc) ...
It seems either the old monkey patch should be applied for older HTTP::Message only, or the minimum prereq version has to be increased.