From 07ce4c9438a474adabaeb56f859486acd9a4bf6c Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 26 Jan 2012 15:23:41 +0000 Subject: Use current perl, in case it's not at /usr/bin; symlink commonlib jslib for dev server testing. --- perl-external/bin/cpanm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-external') diff --git a/perl-external/bin/cpanm b/perl-external/bin/cpanm index 15996e72c..9aeb9c906 100755 --- a/perl-external/bin/cpanm +++ b/perl-external/bin/cpanm @@ -1,6 +1,6 @@ -#!/usr/bin/perl +#!/usr/bin/env perl -eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' +eval 'exec /usr/bin/env perl -S $0 ${1+"$@"}' if 0; # not running under some shell # # You want to install cpanminus? Run the following command and it will -- cgit v1.2.3