diff options
author | mkanat%bugzilla.org <> | 2007-10-24 00:33:30 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-10-24 00:33:30 +0000 |
commit | 212433f27ac422f79924d03b5d047236f6cdd308 (patch) | |
tree | 75f2acf6063b8fcc8b6739a0201a1447de778f6d /template/en/default/setup | |
parent | 9f8e0ce687bfc85339fc6c9ae3728e03527963b3 (diff) | |
download | bugs-212433f27ac422f79924d03b5d047236f6cdd308.tar bugs-212433f27ac422f79924d03b5d047236f6cdd308.tar.gz bugs-212433f27ac422f79924d03b5d047236f6cdd308.tar.bz2 bugs-212433f27ac422f79924d03b5d047236f6cdd308.tar.xz bugs-212433f27ac422f79924d03b5d047236f6cdd308.zip |
Bug 262269: A tool to auto-install missing perl packages on non-Windows systems
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner)
Diffstat (limited to 'template/en/default/setup')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 34e447857..352e7b035 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -35,6 +35,15 @@ checking_modules => 'Checking perl modules...', header => "* This is Bugzilla ##bz_ver## on perl ##perl_ver##\n" . "* Running on ##os_name## ##os_ver##", + install_all => <<EOT, + +To attempt an automatic install of every required and optional module +with one command, do: + + ##perl## install-module.pl --all + +EOT + install_module => 'Installing ##module## version ##version##...', module_found => "found v##ver##", module_not_found => "not found", module_ok => 'ok', |