diff t/apache.t t/apache-jim.t 13c13 < my $res = $ua->simple_request(HTTP::Request->new(GET => "https://www.apache.org")); --- > my $res = $ua->simple_request(HTTP::Request->new(GET => "https://www.bankofamerica.com")); 18c18 < like($res->content, qr/Apache Software Foundation/); --- > like($res->content, qr/Bank of America/);