Skip Menu |

This queue is for tickets about the SMS-Matrix CPAN distribution.

Report information
The Basics
Id: 131388
Status: new
Priority: 0/
Queue: SMS-Matrix

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.01
Fixed in: (no value)



Subject: Protocol scheme 'https' is not supported
It seems that LWP::Protocol::https has to be installed (and thus declared as a prerequisite), otherwise the test suite fails: ... # Failed test 'send_sms() did return a true value' # at t/01-send-sms-success.t line 24. # Failed test 'Send SMS was successful' # at t/01-send-sms-success.t line 25. # Looks like you failed 2 tests of 3. t/01-send-sms-success.t ..... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/3 subtests # Failed test 'send_sms() did return a true value' # at t/02-send-sms-error.t line 24. # Failed test 'Check error string' # at t/02-send-sms-error.t line 25. # got: 'Protocol scheme 'https' is not supported (LWP::Protocol::https not installed)' # expected: 'ERROR INVALID PASSWORD OR USERNAME' # Looks like you failed 2 tests of 3. t/02-send-sms-error.t ....... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/3 subtests ... (etc) ...