From 68a446b94bbdecd2ad61ee6bd73fce88aa44f1b7 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 25 Jul 2009 02:07:55 +0000 Subject: [PATCH] Bug 506036: Fix typo in install-module.pl POD: --all-upgrade -> --upgrade-all Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- install-module.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 install-module.pl diff --git a/install-module.pl b/install-module.pl old mode 100644 new mode 100755 index ca99ac23dc..9366189876 --- a/install-module.pl +++ b/install-module.pl @@ -112,7 +112,7 @@ This script does not run on Windows. ./install-module.pl Module::Name [--global] ./install-module.pl --all [--global] - ./install-module.pl --all-upgrade [--global] + ./install-module.pl --upgrade-all [--global] ./install-module.pl --show-config Do "./install-module.pl --help" for more information. -- 2.47.2