diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-03-23 16:17:28 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-03-24 14:36:00 +0100 |
commit | 73743912c3d2eb61012a9f4273972e3701dc6b55 (patch) | |
tree | 5cde7069d95b98cfd8e1cb1b54ef4be0b8f8b353 /perl-install/install/NEWS | |
parent | b23ebb909230ab614e9b32e1a3833f109e55f5ca (diff) | |
download | drakx-73743912c3d2eb61012a9f4273972e3701dc6b55.tar drakx-73743912c3d2eb61012a9f4273972e3701dc6b55.tar.gz drakx-73743912c3d2eb61012a9f4273972e3701dc6b55.tar.bz2 drakx-73743912c3d2eb61012a9f4273972e3701dc6b55.tar.xz drakx-73743912c3d2eb61012a9f4273972e3701dc6b55.zip |
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
Diffstat (limited to 'perl-install/install/NEWS')
-rw-r--r-- | perl-install/install/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
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 |