Add banned stuff. Also have to restart :(
This commit is contained in:
parent
4b4b78d54c
commit
d0c8181995
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue