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/); #### $ prove --blib t/apache-jim.t t/apache-jim.t .. ok All tests successful. Files=1, Tests=5, 3 wallclock secs ( 0.04 usr 0.01 sys + 0.25 cusr 0.04 csys = 0.34 CPU) Result: PASS