Closed ruslan-afanasiev closed 3 years ago
What version of HTTP::Tiny?
Hi David 👋 Here you are
root@ip-ZZ-YY-XX:~/# PERL5LIB=/opt /opt/perl/bin/perl -MHTTP::Tiny -e 'print "$HTTP::Tiny::VERSION\n"'
0.078
You must be on a very old version of Perl. Fixed in 3caed7f. Released as dev release to CPAN as HTTP-Tiny-0.079-TRIAL.tar.gz. If CPAN smokers don't find any problems, I'll do a stable release in the next day or two.
HTTP-Tiny-0.080.tar.gz released to CPAN.
Hi, Any idea on how to suppress such a warning in Apache error logs?
It seems it needs to set either
http_proxy
orHTTP_PROXY
env. variable. But, I don't need it because there is no proxy in my case. Thanks!