6 lines
96 B
Bash
6 lines
96 B
Bash
addPerlLibPath () {
|
|
addToSearchPath PERL5LIB $1/lib/site_perl
|
|
}
|
|
|
|
envHooks+=(addPerlLibPath)
|