Add banned stuff. Also have to restart :(

This commit is contained in:
ryan 2017-04-25 16:44:46 -07:00
parent 4b4b78d54c
commit d0c8181995
2 changed files with 8 additions and 0 deletions

View file

@ -142,3 +142,8 @@ OurNet::Template::Extract
OurNet::Template::Generate
OurNet::WebBuilder
Slash::OurNet::Standalone
CPAN::Index
CPAN::Index::Author
CPAN::Index::Distrobution
CPAN::Index::Loader
CPAN::Index::Package

View file

@ -90,6 +90,9 @@ sub run_cpanm {
sub test_module {
my $module = shift;
return "banned module" if (Module::_is_banned($module));
remove_imc();
my ($ret, $noincout) = run_cpanm($module, 0);