aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-02-22 12:24:38 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-02-22 12:24:38 +0000
commitc0189958c1f359386d6056c00eace4785e4ae492 (patch)
treed2d89b3cc60daef08a264679d6ec967213128e9b
parent750ebb45534c4ea435c365a7c46d73f677c822f6 (diff)
Script to set environment variables so that perl modules get installed in local/lib5
-rw-r--r--setup-dev-environment.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup-dev-environment.bash b/setup-dev-environment.bash
new file mode 100644
index 000000000..a4e6ea4bc
--- /dev/null
+++ b/setup-dev-environment.bash
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+eval $(perl -Iperllib -Mlocal::lib=local-lib5) \ No newline at end of file