Create and use a local lib/ for perl modules with PERL5LIB
Description
This module provides a quick, convenient way of bootstrapping a user-local Perl module
library located within the user's home directory. When an upstream maintainer hasn't
applied a patch to a module of theirs that you need for your application, local::lib
allows you to create your own directory of Perl packages downloaded from CPAN. The
existing system Perl installation is not affected; you simply invoke Perl with special
options so that Perl uses the packages in your own local package directory rather than
the system packages. local::lib arranges things so that your locally installed version
of the Perl packages takes precedence over the system installation.