re-add check-modules

parent fc1a89ae
...@@ -48,7 +48,7 @@ init_console(); ...@@ -48,7 +48,7 @@ init_console();
my %switch; my %switch;
GetOptions(\%switch, 'help|h|?', GetOptions(\%switch, 'help|h|?',
'no-templates|t', 'verbose|v|no-silent', 'no-templates|t', 'verbose|v|no-silent',
'cpanm:s', 'cpanm:s', 'check-modules',
'make-admin=s', 'reset-password=s', 'version|V', 'make-admin=s', 'reset-password=s', 'version|V',
'no-permissions|p'); 'no-permissions|p');
...@@ -95,7 +95,7 @@ exit 1 unless $requirements->{ok}; ...@@ -95,7 +95,7 @@ exit 1 unless $requirements->{ok};
check_all_cpan_features($meta, \@BUGZILLA_INC, !$silent); check_all_cpan_features($meta, \@BUGZILLA_INC, !$silent);
exit 0 if $switch{'check-modules'};
########################################################################### ###########################################################################
# Load Bugzilla Modules # Load Bugzilla Modules
########################################################################### ###########################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment