aboutsummaryrefslogtreecommitdiffstats
path: root/setenv.pl
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-01-09 13:51:31 +0000
committerStruan Donald <struan@exo.org.uk>2012-01-09 13:51:31 +0000
commit29ac425ac0e99ab82a9bfa68fcacf085c37dcbbd (patch)
treeb4de7b99c5fe7f9df948722c8723404af2322f9e /setenv.pl
parent138b3840e12fc03b2829c3e13f0f62e36406c7c0 (diff)
use local directory for library as carton defaults to this
Diffstat (limited to 'setenv.pl')
-rwxr-xr-xsetenv.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/setenv.pl b/setenv.pl
index 2916a2c8a..b48c5697a 100755
--- a/setenv.pl
+++ b/setenv.pl
@@ -17,11 +17,10 @@ BEGIN { # add the local perllibs too
# Set the environment for the FixMyStreet project
# Add the lib/perl5 in perl-external so that we can load local::lib from there
-use lib "$root/perl-external/lib/perl5";
+use lib "$root/local/lib/perl5";
# Add the perl-external dirs properly using local::lib
-use local::lib "$root/perl-external";
-use local::lib "$root/perl-external/local-lib";
+use local::lib "$root/local";
use lib "$root/commonlib/perllib";
use lib "$root/perllib";