2014-08-09 12:47:05 +02:00

6 lines
94 B
Bash

addPerlLibPath () {
addToSearchPath PERL5LIB $1/@libPrefix@
}
envHooks+=(addPerlLibPath)