Author: stevehay Date: Thu Jun 4 07:43:47 2015 New Revision: 1683477 URL: http://svn.apache.org/r1683477 Log: Note that Perl 5.22.x is currently not supported due to the problem in CPAN RT#101962
We plan to fix this for 2.0.10 rather than hold up the long-awaited httpd-2.4.x support. Modified: perl/modperl/trunk/README Modified: perl/modperl/trunk/README URL: http://svn.apache.org/viewvc/perl/modperl/trunk/README?rev=1683477&r1=1683476&r2=1683477&view=diff ============================================================================== --- perl/modperl/trunk/README (original) +++ perl/modperl/trunk/README Thu Jun 4 07:43:47 2015 @@ -12,7 +12,10 @@ Apache: Perl: Any stable version of Perl currently in support by the Perl community, - as described in recent Perl distributions' "perlpolicy.pod" document. + as described in recent Perl distributions' "perlpolicy.pod" document, + EXCEPT THAT Perl 5.22.x is currently not supported due to the problem + reported in https://rt.cpan.org/Ticket/Display.html?id=101962 + We hope to address that in the next release (2.0.10). Newer Perl versions may work with this version of mod_perl. If not, the svn version likely will (see above).