diff options
Diffstat (limited to 'perl-external/bin')
-rwxr-xr-x | perl-external/bin/cpanm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |