Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing prerequisite IO::Socket::SSL? #6

Closed
eserte opened this issue Feb 22, 2019 · 1 comment
Closed

Missing prerequisite IO::Socket::SSL? #6

eserte opened this issue Feb 22, 2019 · 1 comment

Comments

@eserte
Copy link

eserte commented Feb 22, 2019

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.

@freyfogle
Copy link
Member

thanks for this. I saw tests were failing, but haven't had time to take a deeper look.

Fixed in 0.21 which is going live now
dd8155f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants