From 37de71d510adc3a3210b04c8b9c9630fe0467f68 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 27 Oct 2018 11:02:46 +0200 Subject: Add new scripts Signed-off-by: Florian Pritz --- cpanm | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cpanm (limited to 'cpanm') diff --git a/cpanm b/cpanm new file mode 100644 index 0000000..752ec1a --- /dev/null +++ b/cpanm @@ -0,0 +1,3 @@ +#!/bin/bash + +exec /usr/bin/vendor_perl/cpanm --from https://cpan.metacpan.org/ "$@" -- cgit v1.2.3-24-g4f1b