Re: Prototype Mismatch in ModPerl::PerlRun

2021-05-18 Thread Daniel Ragle
Was wrong on one of my statements: use Digest::SHA qw(sha256) _does_ produce the warning, after all. And with use Time::HiRes qw(usleep tv_interval) usleep produces the warning, but tv_interval does not. tv_interval is directly defined in Time::HiRes, the rest is C code. Maybe only XS loaded co

Re: Prototype Mismatch in ModPerl::PerlRun

2021-05-18 Thread Daniel Ragle
Ed, thanks for your response! I had already tried most of your suggestions: Putting the module load in the startup (with or without the import) didn't make a difference (still get the prototype mismatch on the second and subsequent runs of the script); and yah, importing nothing and referring