From 145dca1437b1fd548eb9cc6dc2643ea3d572a880 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 28 Dec 2017 11:11:17 +0100 Subject: cpanp: Ignore local lib dir Signed-off-by: Florian Pritz --- cpanp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" -- cgit v1.2.3-24-g4f1b