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
"Expected MAST::Frame, but didn't get one" error #3
Comments
Closed
|
Update: if SSL is explicitly loaded then everything works: Zonk.pm So it looks like "try require" is breaking something in this module. |
|
Problem goes away if IO::Socket::SSL is not installed. |
|
I've moved the requiring of the IO::Socket::SSL nto the request_shell method and that seems to work fine, I think the problem is that something is getting compiled in where it shouldn't. |
jonathanstowe
added a commit
that referenced
this issue
Sep 28, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
File Zonk.pm
Error occurs when module is loaded:
Rakudo 2016.06 MoarVM
IO::Socket::SSL installed
OS X 10.10.5
In command line
use LWP::Simple;works without issues.The text was updated successfully, but these errors were encountered: