3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/interpreters/perl/5.22/setup-hook.sh
William A. Kennington III 03efddef75 perl: Add version 5.22.0
2015-06-12 13:55:34 -07:00

6 lines
102 B
Bash

addPerlLibPath () {
addToSearchPath PERL5LIB $1/lib/perl5/site_perl
}
envHooks+=(addPerlLibPath)