removed filtering for arch specific files when dealing with remote nodes
[scpubgit/Object-Remote.git] / lib / Object / Remote / FatNode.pm
index 845c12b..d76a21d 100644 (file)
@@ -45,7 +45,7 @@ my @non_core_non_arch = grep +(
     /^\Q$Config{privlibexp}/ or /^\Q$Config{archlibexp}/
     or /^\Q$Config{vendorarchexp}/ or /^\Q$Config{sitearchexp}/
   )
-), grep !/\Q$Config{archname}/, grep !/\Q$Config{myarchname}/, keys %mods;
+), keys %mods;
 
 my @core_non_arch = grep +(
   /^\Q$Config{privlibexp}/