my %exclude = map { $_ => 1 } @exclude_mods;
my %mods = reverse @inc;
+my %file_names = @inc;
foreach(keys(%mods)) {
if ($exclude{ $mods{$_} }) {
}
}
-my @non_core_non_arch = ( $mods{'Devel/GlobalDestruction.pm'} );
+my @non_core_non_arch = ( $file_names{'Devel/GlobalDestruction.pm'} );
push @non_core_non_arch, grep +(
not (
#some of the config variables can be empty which will eval as a matching regex