perl: Unify 5.20 and 5.22 expressions

This commit is contained in:
Eelco Dolstra
2016-02-27 22:22:26 +01:00
parent 6c916515d6
commit 7627bf6f3f
12 changed files with 130 additions and 526 deletions
@@ -0,0 +1,5 @@
addPerlLibPath () {
addToSearchPath PERL5LIB $1/lib/perl5/site_perl
}
envHooks+=(addPerlLibPath)