summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/README
diff options
context:
space:
mode:
Diffstat (limited to 'debian/perl-framework/README')
-rw-r--r--debian/perl-framework/README22
1 files changed, 10 insertions, 12 deletions
diff --git a/debian/perl-framework/README b/debian/perl-framework/README
index 24d2ab6..639d684 100644
--- a/debian/perl-framework/README
+++ b/debian/perl-framework/README
@@ -29,18 +29,16 @@ http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/general/testing/te
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
+
+```
+cpan App::cpanminus
+cpanm Bundle::ApacheTest \
+ HTTP::DAV DateTime Time::HiRes \
+ Test::Harness Crypt::SSLeay Net::SSLeay IO::Socket::SSL \
+ IO::Socket::IP IO::Select LWP::Protocol::https AnyEvent \
+ AnyEvent::WebSocket::Client LWP::Protocol::AnyEvent::http FCGI
+```
+
Quick Start
-----------