my %mods = reverse @inc;
-my @non_core = grep +(
- not (
- /^\Q$Config{privlibexp}/ or /^\Q$Config{archlibexp}/
- )
-), keys %mods;
+#my @non_core = grep +(
+# not (
+# /^\Q$Config{privlibexp}/ or /^\Q$Config{archlibexp}/
+# )
+#), keys %mods;
+
+my @non_core = keys %mods;
#my @core_non_arch = grep +(
# /^\Q$Config{privlibexp}/
s/^ //mg for values %fatpacked, values %fatpacked_extra;
sub load_from_hash {
+ if ($_[1] eq 'XSLoader.pm') {
+ warn "XSLoader made it into the fat node";
+ return undef;
+ }
+
if (my $fat = $_[0]->{$_[1]}) {
open my $fh, '<', \$fat;
return $fh;
}
+
#Uncomment this to find brokenness
#warn "Missing $_[1]";
return