CC: | Kjetil Skotheim <k.a.skotheim [...] usit.uio.no> |
Subject: | needs to require several Apache2::* modules |
Date: Tue, 19 Oct 2010 12:10:55 +0200
From: Kjetil Skotheim <k.a.skotheim@usit.uio.no>
To: theron@theronlewis.com, hedges@scriptdolphin.org
Subject: About Apache2::Pod::HTML
About this module:
http://search.cpan.org/~markle/Apache2-Pod-0.27/lib/Apache2/Pod/HTML.pm
I send you these four lines in case you find them a useful addition for
the next version:
use Apache2::RequestIO;
use Apache2::RequestRec;
use Apache2::RequestUtil;
use APR::Table;
On my standard RHEL 5.5 64-bit OS installation I needed to add those
four lines in your
Apache2/Pod/HTML.pm in order to make it work for me at all. Without them
I get error_log
messages like:
Can't locate object method "path_info" via package "Apache2::RequestRec" at
/usr/lib/perl5/site_perl/5.8.8/Apache2/Pod/HTML.pm line 118
Maybe something is wrong with my mod_perl2-installation (both that and
apache2 is from RHEL, yum
install from standard repository), but those four use lines would not
hurt anyway maybe.
--
Kjetil Skotheim, UiO/USIT/SUAF/SUAF-SO
------------------
Thanks Kjetil! I'll try to get to this soon. --mark--