Author: kane
Date: Fri Nov  9 04:04:08 2007
New Revision: 10208

Modified:
   CPANPLUS-Dist-Build/   (props changed)
   CPANPLUS-Dist-Build/trunk/t/inc/conf.pl

Log:
 [EMAIL PROTECTED]:  josboum | 2007-11-09 13:02:28 +0100
 * use config{path_sep} to join PERL5LIB, ':' isn't portablE


Modified: CPANPLUS-Dist-Build/trunk/t/inc/conf.pl
==============================================================================
--- CPANPLUS-Dist-Build/trunk/t/inc/conf.pl     (original)
+++ CPANPLUS-Dist-Build/trunk/t/inc/conf.pl     Fri Nov  9 04:04:08 2007
@@ -24,7 +24,7 @@
 
     ### and add them to the environment, so shellouts get them
     $old_env_perl5lib = $ENV{'PERL5LIB'};
-    $ENV{'PERL5LIB'}  = join ':', 
+    $ENV{'PERL5LIB'}  = join $Config{'path_sep'}, 
                         grep { defined } $ENV{'PERL5LIB'}, @paths, @rel2abs;
     
     ### add our own path to the front of $ENV{PATH}, so that cpanp-run-perl

Reply via email to