Skip Menu |

This queue is for tickets about the WebService-Google-Closure CPAN distribution.

Report information
The Basics
Id: 123798
Status: new
Priority: 0/
Queue: WebService-Google-Closure

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

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



Subject: Skipping not correct if LWP::Protocol::https
The skip count is not corrent if LWP::Protocol::https is not installed: $ perl5.18.4 -Mblib t/integration_test.t 1..20 ok 1 # skip Skipping integration tests - Error posting request to Google - 501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed) at t/integration_test.t line 15. # # Looks like you planned 20 tests but ran 1.