Skip to content

Commit 4409d4b

Browse files
author
Steve Hay
committed
Update README for 2.0.10
- Tested up to the latest Apache httpd 2.4.23 - We now support Perl 5.22+ - We have new env.t failures on Windows with default configuration Perls git-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1762891 13f79535-47bb-0310-9956-ffa450edef68
1 parent 641c1b1 commit 4409d4b

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,16 @@ This is mod_perl version 2.0
33
*** Prerequisites ***
44

55
Apache:
6-
Dynamic mod_perl (DSO): Apache 2.0.47 - 2.4.12.
7-
Static mod_perl: Apache 2.0.51 - 2.4.12.
6+
Dynamic mod_perl (DSO): Apache 2.0.47 - 2.4.23.
7+
Static mod_perl: Apache 2.0.51 - 2.4.23.
88

99
Newer Apache versions may work with this version of mod_perl. If
1010
not, the svn version likely will, which can be obtained from:
1111
http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution
1212

1313
Perl:
1414
Any stable version of Perl currently in support by the Perl community,
15-
as described in recent Perl distributions' "perlpolicy.pod" document,
16-
EXCEPT THAT Perl 5.22.x is currently not supported due to the problem
17-
reported in https://rt.cpan.org/Ticket/Display.html?id=101962
18-
We hope to address that in the next release (2.0.10).
15+
as described in recent Perl distributions' "perlpolicy.pod" document.
1916

2017
Newer Perl versions may work with this version of mod_perl. If not,
2118
the svn version likely will (see above).
@@ -29,7 +26,13 @@ Perl:
2926

3027
mod_perl is currently considered stable.
3128

32-
Four test scripts are currently known to fail with Apache 2.4.x on Windows:
29+
There is currently a known test failure on Windows when using Perls built
30+
with the PERL_IMPLICIT_SYS build option enabled (which it is by default):
31+
32+
t/modperl/env.t (Fails many tests)
33+
34+
Four other test scripts are also known to fail with Apache 2.4.x on
35+
Windows, with or without PERL_IMPLICIT_SYS:
3336

3437
t/protocol/echo_block.t (Fails tests 2-3)
3538
t/protocol/echo_nonblock.t (Fails test 2)

0 commit comments

Comments
 (0)