Skip to content

Commit

Permalink
Changes all URLs redirected to https to http://eu.httpbin.org
Browse files Browse the repository at this point in the history
This closes #9 since it no longer requires IO::Socket::SSL.
It closes #30 since it now tests and installs without a problem.
  • Loading branch information
JJ committed Nov 27, 2018
1 parent afe812a commit 80b0572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/getstore.t
Expand Up @@ -12,7 +12,7 @@ if %*ENV<NO_NETWORK_TESTING> {
}

# test getstore under http
getstore-tests('http://www.w3c.org', rx/Web/);
getstore-tests('http://eu.httpbin.org/anything/Web', rx/Web/);

try require IO::Socket::SSL;
if $! {
Expand Down

0 comments on commit 80b0572

Please sign in to comment.