summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorKenneth Lorber <keni@his.com>2016-05-18 02:54:58 +0200
committerDylan Hardison <dylan@mozilla.com>2016-05-18 02:54:58 +0200
commit290456246f105deae1543fd9dd604d0d6218ea64 (patch)
tree9efe112de3171e098694e587ee8bef7288be1065 /checksetup.pl
parent387592a5a4c24db0bcdff1a2e3dfde94474b372d (diff)
downloadbugzilla-290456246f105deae1543fd9dd604d0d6218ea64.tar.gz
bugzilla-290456246f105deae1543fd9dd604d0d6218ea64.tar.xz
Bug 1273699 - patch to add to and correct pod for checksetup.pl
r=dylan
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl16
1 files changed, 13 insertions, 3 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 8c6255ddf..e928a1258 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -271,10 +271,11 @@ checksetup.pl - A do-it-all upgrade and installation script for Bugzilla.
=head1 SYNOPSIS
- ./checksetup.pl [--help|--version]
- ./checksetup.pl [SCRIPT [--verbose]] [--no-templates|-t]
+ ./checksetup.pl [--help|--version|--check-modules]
+ ./checksetup.pl [SCRIPT [--verbose]] [--no-templates|-t] [--no-permissions|-p]
[--make-admin=user@domain.com]
[--reset-password=user@domain.com]
+ [--cpanm[=OPTIONS]]
=head1 OPTIONS
@@ -324,6 +325,14 @@ Don't update file permissions. Owner, group, and mode of files and
directories will not be changed. Use this if your installation is
managed by a software packaging system such as RPM or APT.
+=item B<--check-modules>
+
+Only check for correct module dependencies and quit afterward.
+
+=item B<--cpanm[=OPTIONS]>
+
+Use F<cpanm> to install all missing modules or as directed by the OPTIONS.
+
=back
=head1 DESCRIPTION
@@ -365,7 +374,8 @@ F<checksetup.pl> runs through several stages during installation:
=item 1
Checks if the required and optional perl modules are installed,
-using L<Bugzilla::Install::Requirements/check_requirements>.
+using L<Bugzilla::Install::Requirements/check_cpan_requirements>
+and L<Bugzilla::Install::Requirements/check_all_cpan_features>.
=item 2