[Fwd: CPAN Upload: P/PH/PHRED/Apache-Bootstrap-0.04_01.tar.gz]

2008-06-27 Thread Fred Moyer
More hacking on this today. Summary of changes from 0.03 to 0.04_01: - more tests, coverage for success conditions - now we actually fail at compile time if base mod_perl is not present I think it's making headway and will be fairly useful at some point, but I'd like your input. The goal h

Re: possible bug in Apache2::XSLoader and APR::XSLoader

2008-06-27 Thread Philippe M. Chiasson
Torsten Foertsch wrote: Hi, what is the purpose of Apache2::XSLoader and APR::XSLoader? Both modules contain a load() function that reads: sub load { return unless BOOTSTRAP; XSLoader::load(@_); } I believe this is wrong. The XSLoader::load function contains this code: my @modpar