5 lines
94 B
Bash
5 lines
94 B
Bash
addPerlLibPath () {
|
|
addToSearchPath PERL5LIB $1/@libPrefix@
|
|
}
|
|
|
|
envHooks+=(addPerlLibPath)
|