in reply to Re: Prefer Pure Perl Core Modules
in thread Prefer Pure Perl Core Modules

You should also use the "shared hosting environment" strategy of having your own application-dependent directory listed first in PERL5LIB, installing your own copy of every package that your application needs, so that you do not have unmapped dependencies on the OS-installed versions of packages.