From 104b6966e080bb1db112c0c935a5bc3063a73ab5 Mon Sep 17 00:00:00 2001 From: Edmund von der Burg Date: Tue, 22 Feb 2011 14:51:19 +0000 Subject: add perllib to perl path in setup env script --- setup-dev-environment.bash | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup-dev-environment.bash') diff --git a/setup-dev-environment.bash b/setup-dev-environment.bash index eea55431e..cfac196d4 100644 --- a/setup-dev-environment.bash +++ b/setup-dev-environment.bash @@ -3,6 +3,9 @@ # Set the Perl environment variables as needed eval $(perl -Iperllib -Mlocal::lib=local-lib5) +# add the non-standard perllib path to PERL5LIB +PERL5LIB=perllib:$PERL5LIB + # put a note in the promp so that we know environment is setup PS1="(fms) $PS1" -- cgit v1.2.3