Re: Autogenerated PODs :-)

2002-12-26 Thread Stas Bekman
Great work, Lyle and Gerald! I've a few comments so far: 1) build: something is missing from README because xsbuilder/xs_generate.pl was looking for xsbuilder/maps and couldn't find it. I've added a symlink similar to xsbuilder/xs and then it worked. shouldn't it look for xsbuilder/xs/maps ins

Autogenerated PODs :-)

2002-12-26 Thread Stas Bekman
Forwarding to the dev list, which at this stage seems to be the right place to discuss this issue at. Once we fledge things out, we could continue discussing the layout and format at the docs list. Original Message Subject: Autogenerated PODs :-) Date: Thu, 26 Dec 2002 16:08:03

[patch] modperl/src/modules/perl/mod_perl.h

2002-12-26 Thread Stas Bekman
Unless I'm blind again, I can't see how 3rd party modules that use Apache C API can build when a threaded perl is used with mod_perl 1.0. In the current cvs, "apache_inc.h" doesn't get included at all with -DPERL_THREADS and therefore the build fails. Spotted with Apache::Scoreboard. Please te