Add ability to ban modules that dont function correctly

This commit is contained in:
Ryan Voots 2017-03-30 02:35:48 -04:00
parent 190aa31eff
commit ca6486af35
2 changed files with 35838 additions and 35838 deletions

File diff suppressed because it is too large Load diff

View file

@ -8,5 +8,5 @@ use lib $FindBin::Bin.'/lib';
use Dist;
for my $dist (sort keys %Dist::dist_to_mod) {
printf "requires '%s' => 0;\n", $Dist::dist_to_mod{$dist}[0];
printf "requires '%s' => 0; # %s\n", $Dist::dist_to_mod{$dist}[0], $dist;
}