Re: Tiny documentation patch to fix outdated reference to Apache.pm in Embperl.pod

2018-09-29 Thread Neil Gunton
Axel Beckert wrote: > P.S.: Any chance to forge a new Embperl release? Even if it's just a > 2.5.1 release with all the compatibility fixes for newer Perl and > module dependency versions... Yes please! Still here. Still using Embperl in 2018, still going strong on the largest bicycle touring webs

Tiny documentation patch to fix outdated reference to Apache.pm in Embperl.pod

2018-09-29 Thread Axel Beckert
Hi Gerald, I just stumbled upon a reference to "perldoc Apache" in Embperl.pod. Nowadays (I assume since Apache 2), this should refer to Apache2::RequestRec, also because $req_rec actually contains an Apache2::RequestRec object. This patch should fix that: ---schnipp--- --- a/Embperl.pod +++ b/E