X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FObject%2FRemote%2FFatNode.pm;h=845c12b54055472a91449d91803a42516f587324;hb=aed8cd59e460a6528c8eb4ce5c90fb50967778f4;hp=d76a21d344181feb6b2cd9a9df7128e594daed82;hpb=f225a19938aca6ee9f1effd7d0eb64e90657e30f;p=scpubgit%2FObject-Remote.git diff --git a/lib/Object/Remote/FatNode.pm b/lib/Object/Remote/FatNode.pm index d76a21d..845c12b 100644 --- a/lib/Object/Remote/FatNode.pm +++ b/lib/Object/Remote/FatNode.pm @@ -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}/ ) -), keys %mods; +), grep !/\Q$Config{archname}/, grep !/\Q$Config{myarchname}/, keys %mods; my @core_non_arch = grep +( /^\Q$Config{privlibexp}/