Skip Menu |

This queue is for tickets about the HTTP-Caching CPAN distribution.

Report information
The Basics
Id: 125047
Status: open
Priority: 0/
Queue: HTTP-Caching

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

Bug Information
Severity: (no value)
Broken in: 0.12
Fixed in: (no value)



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.
oddly enough, it was set in the cpanfile to be >= 6.16 for HTTP::Status (which would pull in HTTP::Message to be 6.16 or higher) that is weird
... but not in Makefile.PL :-(