Index: trunk/psconfig/psconfig.csh.in
===================================================================
--- trunk/psconfig/psconfig.csh.in	(revision 23475)
+++ trunk/psconfig/psconfig.csh.in	(revision 25892)
@@ -357,5 +357,5 @@
 # Build wants to put things in prefix/*, MakeMaker wants to put them in prefix/perl5/*
 set plibdir  = {$PSCONFDIR}/{$PSCONFIG}/lib
-# set plib5dir = {$PSCONFDIR}/{$PSCONFIG}/lib/perl5
+set plib5dir = {$PSCONFDIR}/{$PSCONFIG}/lib/perl5
 set newpath = ""
 set pathlist = `echo $PERL5LIB | tr ':' '\n'`
@@ -378,7 +378,7 @@
 else
   if ("$newpath" == "") then
-    setenv PERL5LIB {$plibdir}:
-  else
-    setenv PERL5LIB {$plibdir}:{$newpath}
+    setenv PERL5LIB {$plibdir}:{$plib5dir}:
+  else
+    setenv PERL5LIB {$plibdir}:{$plib5dir}:{$newpath}
   endif 
 endif 
