aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-external/bin/cpanm4
l---------web/jslib1
2 files changed, 3 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
diff --git a/web/jslib b/web/jslib
new file mode 120000
index 000000000..5e9df2c7f
--- /dev/null
+++ b/web/jslib
@@ -0,0 +1 @@
+../commonlib/jslib \ No newline at end of file