in reply to Reload all files in mod_perl testing environment

If you're having problems with reloading, make sure that you use strict; and use warnings;. Under mod_perl, make sure that 'PerlWarn On' is in your httpd.conf.

As for modules that can help you, I've used Module::Reload::Selective. Its helped me.