]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1901512 from trunk:
authorEric Covener <covener@apache.org>
Wed, 1 Jun 2022 12:58:38 +0000 (12:58 +0000)
committerEric Covener <covener@apache.org>
Wed, 1 Jun 2022 12:58:38 +0000 (12:58 +0000)
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/branches/2.4.x@1901513 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index ecb9b39319de20076c129a66a21018b66dae5e2c..6cc1bd5395533a2b5f4eb57d28fb1795a66c783f 100644 (file)
@@ -460,7 +460,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 Protocol::HTTP2::Client 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 Protocol::HTTP2::Client FCGI AnyEvent::WebSocket::Client Apache::Test;
     fi
 
 before_script: