[Bps-public-commit] r16163 - in Pushmi/trunk: lib/Pushmi

alexmv at bestpractical.com alexmv at bestpractical.com
Mon Sep 29 19:14:14 EDT 2008


Author: alexmv
Date: Mon Sep 29 19:14:14 2008
New Revision: 16163

Modified:
   Pushmi/trunk/   (props changed)
   Pushmi/trunk/lib/Pushmi/Mirror.pm

Log:
 r37833 at kohr-ah:  chmrr | 2008-09-29 19:12:22 -0400
  * Ignore coderefs in @INC


Modified: Pushmi/trunk/lib/Pushmi/Mirror.pm
==============================================================================
--- Pushmi/trunk/lib/Pushmi/Mirror.pm	(original)
+++ Pushmi/trunk/lib/Pushmi/Mirror.pm	Mon Sep 29 19:14:14 2008
@@ -91,7 +91,7 @@
     my $repos = $self->repos;
     $repos->fs->change_rev_prop( 0, 'svk:notify-commit', '*' );
 
-    my $perl = join( ' ', $^X, map {"'-I$_'"} @INC );
+    my $perl = join( ' ', $^X, map {"'-I$_'"} grep {not ref $_} @INC );
     my $pushmi = can_run('pushmi') or die "can't find pushmi";
 
     no warnings 'uninitialized';



More information about the Bps-public-commit mailing list