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/Embperl.pod
@@ -878,7 +878,7 @@
 
 This variable is only available when running under control of
 mod_perl.  It contains the request record needed to access the Apache
-server API.  See B<perldoc Apache> for more information.
+server API.  See B<perldoc Apache2::RequestRec> for more information.
 
 =head2 LOG
 
---schnapp---

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...

                many regards, Axel
-- 
 ,''`.  |  Axel Beckert <a...@debian.org>, https://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-    |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE

Attachment: signature.asc
Description: Digital signature

Reply via email to