summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-03-23 16:29:19 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-03-24 14:34:51 +0100
commitb23ebb909230ab614e9b32e1a3833f109e55f5ca (patch)
tree3ff65a830ebddc5dde458e4b5b36d86f2050b9a5 /perl-install/install/install2.pm
parent62c68dc0359ae9cc0c1fabacfd16fba718a6fc58 (diff)
downloaddrakx-b23ebb909230ab614e9b32e1a3833f109e55f5ca.tar
drakx-b23ebb909230ab614e9b32e1a3833f109e55f5ca.tar.gz
drakx-b23ebb909230ab614e9b32e1a3833f109e55f5ca.tar.bz2
drakx-b23ebb909230ab614e9b32e1a3833f109e55f5ca.tar.xz
drakx-b23ebb909230ab614e9b32e1a3833f109e55f5ca.zip
ignore case for options
commit 560f9ca983d743cc42701c24546ac8c2080a13fe introduced this small regression, which is important to fix for next commit, else s/compsslistlevel/compssListLevel/ won't work as intended
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r--perl-install/install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index 16f75dc8c..1cf5e6773 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -3,7 +3,7 @@ package install::install2;
use diagnostics;
use strict;
use vars qw($o);
-use Getopt::Long qw(GetOptionsFromArray :config no_ignore_case no_auto_abbrev no_getopt_compat pass_through);
+use Getopt::Long qw(GetOptionsFromArray :config no_auto_abbrev no_getopt_compat pass_through);
BEGIN { $::isInstall = 1 }