summaryrefslogtreecommitdiffstats
path: root/cpanp
diff options
context:
space:
mode:
Diffstat (limited to 'cpanp')
-rwxr-xr-xcpanp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpanp b/cpanp
new file mode 100755
index 0000000..a575ef5
--- /dev/null
+++ b/cpanp
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+unset PERL_MB_OPT PERL_MM_OPT
+exec /usr/bin/vendor_perl/cpanp "$@"