From 73743912c3d2eb61012a9f4273972e3701dc6b55 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 23 Mar 2017 16:17:28 +0100 Subject: prevent autovivification (mga#20551) commit 560f9ca983d743cc42701c24546ac8c2080a13fe introduced a regression in that a lot of variables got autovivificated This results in a bug for some of them, at least for 'compssListLevel' The solution is to store options values in a hash (which actually simplifies here): http://perldoc.perl.org/Getopt/Long.html#Storing-options-values-in-a-hash Thanks Martin Whitaker for the suggestion --- perl-install/install/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install/NEWS') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 2a16bff1e..dc1aac643 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,7 @@ - installer options handling: o ignore case for options line in previous releases + o fix default value for 'compssListLevel' (mga#20551) + (both being post mga5 regression) Version 17.75 - 17 March 2017 -- cgit v1.2.1