in reply to Installing LWP::Protocol::https Failure

The first test failure in example.t is getting a webpage from www.example.com

my $res = $ua->simple_request(HTTP::Request->new(GET => $url)); ok($res->is_success, "success status");

Do you have a live internet connection whilst trying to install LWP::Protocol::https?