From b23ebb909230ab614e9b32e1a3833f109e55f5ca Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 23 Mar 2017 16:29:19 +0100 Subject: 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 --- perl-install/install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/install2.pm') 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 } -- cgit v1.2.1