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