removed filtering for arch specific files when dealing with remote nodes
[scpubgit/Object-Remote.git] / lib / Object / Remote / ModuleSender.pm
index f33a1d5..6fe0927 100644 (file)
@@ -11,7 +11,7 @@ sub _build_dir_list {
   my %core = map +($_ => 1), grep $_, @Config{
     qw(privlibexp archlibexp vendorarchexp sitearchexp)
   };
-  [ grep !/\Q$Config{archname}/, grep !/\Q$Config{myarchname}/, grep !$core{$_}, @INC ];
+  [ grep !$core{$_}, @INC ];
 }
 
 sub source_for {