From: Eric Covener Date: Wed, 1 Jun 2022 12:57:22 +0000 (+0000) Subject: add LWP::Protocol::AnyEvent::http X-Git-Tag: 2.5.0-alpha2-ci-test-only~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02a931c2ca48da8125e5eff823260690c6c724ed;p=thirdparty%2Fapache%2Fhttpd.git add LWP::Protocol::AnyEvent::http it can be used to workaround a bug with hitting mod_echo_post git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901512 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index d4f4d7cf8ac..13ec78a1482 100644 --- a/.travis.yml +++ b/.travis.yml @@ -471,7 +471,7 @@ before_install: - if [ "$TRAVIS_OS_NAME" = "linux" -a ! -v SKIP_TESTING ]; then if [ -v CLEAR_CACHE ]; then rm -rf ~/perl5; fi; cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib); - CC=gcc cpanm --notest Net::SSL LWP::Protocol::https ExtUtils::Embed Test::More AnyEvent DateTime HTTP::DAV FCGI AnyEvent::WebSocket::Client Apache::Test; + CC=gcc cpanm --notest Net::SSL LWP::Protocol::https LWP::Protocol::AnyEvent::http ExtUtils::Embed Test::More AnyEvent DateTime HTTP::DAV FCGI AnyEvent::WebSocket::Client Apache::Test; fi before_script: