blob: 080c2618ebda3059768499bb4d3e05cc9d894ed6 (
plain)
1
2
3
4
5
6
|
The Perl 5 module local::lib allows for the bootstrapping and usage
of a directory containing Perl modules outside of Perl's @INC. This
makes it easier to ship an application with an app-specific copy
of a Perl module, or collection of modules. Useful in cases like
when an upstream maintainer hasn't applied a patch to a module of
theirs that you need for your application.
|