use constant MP2 => ($mod_perl::VERSION >= 1.99);

# test for the version of mod_perl, and use the appropriate libraries
BEGIN {
if (MP2) {
require Apache::Const;
require Apache::Access;
require Apache::Connection;
require Apache::Log;
require Apache::RequestRec;
require Apache::RequestUtil;
apache::Const->import(-compile =>


                 ^^^^^^^^^^^^^
This might be a typo, but if you change that to Apache::Const
(upper case 'A'), does that help?



Fantastic!!! I have been staring at all of the wrong code for way too long... :P

Thanks for taking the time to find my error :)

I should have a working version by the beginning of next week.

speeves
cws



Reply via email to