stas 2003/10/08 09:17:49
Modified: . STATUS Log: need to resolve the mess with <Perl> package names Revision Changes Path 1.66 +9 -1 modperl-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/modperl-2.0/STATUS,v retrieving revision 1.65 retrieving revision 1.66 diff -u -u -r1.65 -r1.66 --- STATUS 26 Sep 2003 19:22:38 -0000 1.65 +++ STATUS 8 Oct 2003 16:17:48 -0000 1.66 @@ -88,6 +88,14 @@ Needs Patch or Further Investigation: ------------------------------------- +* <Perl> section package name: + Looks like the package name is Apache::PerlSection, but inside of it + we have Apache::PerlSections. And the docs manpage is + Apache/PerlSections.pod (notices the trailing 's'), so it doesn't get + its pod glued to Apache/PerlSection.pm on install. Inside the + package there are variables whose name is PerlSections. Need to + decide on one and stick to it. + * <Perl> sections: A few issues with <Perl> sections: http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=106074969831522&w=2