#18358 closed enhancement (fixed)
Net-HTTP-6.23 (perl module)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 12.0 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
I've just tested the modules used for biber, and their tests. With Net-HTTP-6.22 one test failed:
t/live-https.t ......... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/6 subtests t/live.t ............... ok t/socket-class.t ....... ok Test Summary Report ------------------- t/live-https.t (Wstat: 512 (exited 2) Tests: 6 Failed: 2) Failed tests: 2, 5 Non-zero exit status: 2 Files=6, Tests=69, 2 wallclock secs ( 0.02 usr 0.00 sys + 0.44 cusr 0.04 csys = 0.50 CPU) Result: FAIL Failed 1/6 test programs. 2/69 subtests failed. make: *** [Makefile:888: test_dynamic] Error 255
I guessed that might be because of a missing 'Runtime Suggests' dependency: # IO::Socket::INET6 any missing
But at https://metacpan.org/pod/IO::Socket::INET6 that module is shown as Deprecated with a message that it is no longer suitable for use.
The current version of Net::HTTP is 6.23, no mention of this in the changes and the module is still in Runtime suggests but all tests now pass:
# === Runtime Suggests === # # Module Want Have # ----------------- ----- ------- # IO::Socket any 1.52 # IO::Socket::INET6 any missing # IO::Socket::IP any 0.41_01 # IO::Socket::SSL 2.012 2.083 # Symbol any 1.09 # t/00-report-prereqs.t .. ok t/http-nb.t ............ ok t/http.t ............... ok t/live-https.t ......... ok t/live.t ............... ok t/socket-class.t ....... ok All tests successful. Files=6, Tests=69, 2 wallclock secs ( 0.02 usr 0.00 sys + 0.44 cusr 0.03 csys = 0.49 CPU) Result: PASS
Note:
See TracTickets
for help on using tickets.
Fixed, sha:0f6e309a51c1 11.3-1211
NB I had to specify 12 hex digits, using only 10 trac added a '?' at the end of hte rendered link, even though it shows the commit with 7 hex digits.