chansen / p5-http-tiny

Tiny HTTP Client
https://metacpan.org/dist/HTTP-Tiny
53 stars 52 forks source link

Require IO::Socket::IP .32 at least; needed for timeout support #131

Closed wolfsage closed 3 years ago

wolfsage commented 4 years ago

IO::Socket::IP didn't have support for 'Timeout' until .32. This means any perl installs (like 5.20.*) that come with IO::Socket::IP and HTTP::Tiny preinstalled don't have proper Timeout support.

xdg commented 3 years ago

Thanks. Sorry for the long delay merging this.

wolfsage commented 3 years ago

np, thank you!