Hi,
I've also been looking at this README file today and I have a few questions:
- some of the explicitly named modules looks redundant with what is
already in Bundle::ApacheTest
- Crypt::SSLeay looks spurious. It doesn't compile on my machine
because of function name conflicts with my openssl
there is also a big warning that says that (recent)
LWP::Protocol::https should be enough
- this list is not in line with what is configured in .travis.yml
What puzzles me the most is the 3rd point.
CJ
Le 12/09/2021 à 19:12, cove...@apache.org a écrit :
Author: covener
Date: Sun Sep 12 17:12:55 2021
New Revision: 1893284
URL: http://svn.apache.org/viewvc?rev=1893284&view=rev
Log:
add FCGI and show cpanminus syntax for installation of all at onace
Modified:
httpd/test/framework/trunk/README
Modified: httpd/test/framework/trunk/README
URL:
http://svn.apache.org/viewvc/httpd/test/framework/trunk/README?rev=1893284&r1=1893283&r2=1893284&view=diff
==============================================================================
--- httpd/test/framework/trunk/README (original)
+++ httpd/test/framework/trunk/README Sun Sep 12 17:12:55 2021
@@ -29,19 +29,15 @@ http://svn.apache.org/viewvc/perl/modper
To run the tests for all Apache web server modules, some additional
CPAN modules will be required. If the tests don't work, make sure
that you have up to date versions of each of these perl modules:
-- HTTP::DAV (DAV tests)
-- DateTime (mod_include tests)
-- Time::HiRes
-- Protocol::HTTP2::Client and AnyEvent (mod_http2 tests)
-- Test
-- Test::Harness
-- Crypt::SSLeay
-- Net::SSLeay
-- IO::Socket::SSL
-- IO::Socket::IP
-- IO::Select
-- LWP::Protocol::https
-- AnyEvent::WebSocket::Client;
+
+```
+cpan App::cpanminus
+cpanm Bundle::ApacheTest \
+ HTTP::DAV DateTime Time::HiRes Protocol::HTTP2::Client Test \
+ Test::Harness Crypt::SSLeay Net::SSLeay IO::Socket::SSL \
+ IO::Socket::IP IO::Select LWP::Protocol::https AnyEvent \
+ AnyEvent::WebSocket::Client FCGI
+```
Quick Start