-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
If the Firebase.pm install test t/02-firebase.t fails with an error 599, make sure you have IO:Socket::SSL 1.42+ installed as a prerequisite.
$response = bless( {
'_rc' => 599,
'_content' => 'IO::Socket::SSL 1.42 must be installed for https support',
'_headers' => bless( {
'content-type' => 'text/plain',
'content-length' => 57
}, 'HTTP::Headers' ),
'_msg' => 'Internal Exception'
}, 'HTTP::Response' );
Metadata
Metadata
Assignees
Labels
No labels