You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of my smoker systems fail two test files like this:
malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "IO::Socket::SSL 1.42...") at lib/Geo/Coder/OpenCage.pm line 86.
t/04-402-response.t .....
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "IO::Socket::SSL 1.42...") at lib/Geo/Coder/OpenCage.pm line 86.
t/05-403-response.t .....
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
After installing IO::Socket::SSL the test suite pass. So probably IO::Socket::SSL should be declared as a prerequisite. And maybe diagnostics should be better if this test fails.
The text was updated successfully, but these errors were encountered:
Some of my smoker systems fail two test files like this:
After installing IO::Socket::SSL the test suite pass. So probably IO::Socket::SSL should be declared as a prerequisite. And maybe diagnostics should be better if this test fails.
The text was updated successfully, but these errors were encountered: