[Rt-commit] r5513 - in Test-Chimps: trunk/lib/Test/Chimps/Client

zev at bestpractical.com zev at bestpractical.com
Mon Jul 3 18:40:07 EDT 2006


Author: zev
Date: Mon Jul  3 18:40:06 2006
New Revision: 5513

Modified:
   Test-Chimps/   (props changed)
   Test-Chimps/trunk/lib/Test/Chimps/Client/Poller.pm

Log:
 r9811 at galvatron:  zev | 2006-07-03 18:39:24 -0400
 typo


Modified: Test-Chimps/trunk/lib/Test/Chimps/Client/Poller.pm
==============================================================================
--- Test-Chimps/trunk/lib/Test/Chimps/Client/Poller.pm	(original)
+++ Test-Chimps/trunk/lib/Test/Chimps/Client/Poller.pm	Mon Jul  3 18:40:06 2006
@@ -236,7 +236,7 @@
   chdir($projectdir);
 
   my $old_perl5lib = $ENV{PERL5LIB};
-  $ENV{PERL5LIB} = join($Config{path_sep}, $self->_filtered_INC) .
+  $ENV{PERL5LIB} = join($Config{path_sep}, @{$self->_added_to_inc}) .
     ':' . $ENV{PERL5LIB};
   if (defined $project->{configure_cmd}) {
     system($project->{configure_cmd});


More information about the Rt-commit mailing list