Add ability to ban modules that dont function correctly
This commit is contained in:
parent
190aa31eff
commit
ca6486af35
2 changed files with 35838 additions and 35838 deletions
71674
everything_cpanfile
71674
everything_cpanfile
File diff suppressed because it is too large
Load diff
|
@ -8,5 +8,5 @@ use lib $FindBin::Bin.'/lib';
|
||||||
use Dist;
|
use Dist;
|
||||||
|
|
||||||
for my $dist (sort keys %Dist::dist_to_mod) {
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue