in reply to Re: loading modules on the fly with mod_perl
in thread loading modules on the fly with mod_perl

I concur, there's no API in mod_perl to require modules. In fact Apache::Dispatch does the same as the poster (Dispatch.pm line 154) :
eval "require $class";