Description
Developers can install Perl modules into a project-owned directory instead of changing the system-wide Perl installation. This is useful for local builds, test environments, and user-level module stacks.
It works by managing library paths such as PERL5LIB. Review the paths before using it in shared shells or automation, because it can change which Perl modules a command loads.