summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-12-28 11:11:17 +0100
committerFlorian Pritz <bluewind@xinu.at>2017-12-28 11:11:17 +0100
commit145dca1437b1fd548eb9cc6dc2643ea3d572a880 (patch)
tree5bf61a055cdf2817b0684f35fb0ddfb424c4c18f
parentaab36b81bd8ee4beadc2a6ea6cebec7c2c9fcf0a (diff)
downloadbin-145dca1437b1fd548eb9cc6dc2643ea3d572a880.tar.gz
bin-145dca1437b1fd548eb9cc6dc2643ea3d572a880.tar.xz
cpanp: Ignore local lib dir
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-xcpanp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpanp b/cpanp
index a575ef5..313605f 100755
--- a/cpanp
+++ b/cpanp
@@ -1,4 +1,4 @@
#!/bin/bash
-unset PERL_MB_OPT PERL_MM_OPT
+unset PERL_MB_OPT PERL_MM_OPT PERL5LIB
exec /usr/bin/vendor_perl/cpanp "$@"