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.