Subject: | Testing hangs in live_restriction.t |
live_restriction.t will hang for a long time if there is no HTTP server
running on localhost. Issue is with the line:
isnt $ua->get('http://localhost/here')->content, 'i am here',
'Hooks uninstall from user agent';