in reply to Which dir to upload custom perl modules to?
It's a really good idea to include $Config::Config{api_versionstring} and $Config::Config{archname} in your
module path if you are using any compiled modules, so when
you upgrade perl things die nicely rather than segfaulting.