On Thu, Dec 11, 2008 at 1:43 PM, b. nyec <[email protected]> wrote: > It works with things inside the dispatch_to directory. (refer to my orig post) > Unless i've misconfigured, it's not working for things outside that directory.
Sorry, I should have read the whole thing. I think the problem is that the file you pull in with require has no package name. There's an explanation in the docs: http://perl.apache.org/docs/2.0/api/Apache2/Reload.html#Problems_With_Reloading_Modules_Which_Do_Not_Declare_Their_Package_Name Using files of functions with no package name is a bad idea in general, so I'd suggest you change these to modules with functions that you can import. - Perrin
